        /*  header main start code */
        
        .header-maincontainer {
            width: 100vw;
            height: 450px;
            display: flex;
            flex-direction: column;
            background: url(../img/poster2.svg);
            background-size: cover;
            background-repeat: no-repeat;
            align-items: center;
            justify-content: center;
            margin-top: -90px;
        }
        
        .header-maincontent {
            width: 100%;
            height: 100%;
            max-width: 60%;
            display: flex;
            padding-bottom: 15px;
            justify-content: space-between;
            align-items: center;
            margin: 0 auto;
        }
        
        .header-maintext {
            width: 574px;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-end;
            z-index: 1;
        }
        
        .next-back {
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .header-bas {
            width: 593px;
            height: 250px;
            display: flex;
        }
        
        .next-back img {
            width: 27px;
            display: flex;
            justify-content: flex-end;
        }
        
        .header-maintext h2 {
            font-family: Montserrat;
            font-style: normal;
            font-weight: 600;
            font-size: 65px;
            line-height: 80px;
            /* or 123% */
            display: flex;
            align-items: center;
            color: #ffffff;
        }
        
        .header-maintext a {
            color: #ffffff;
            position: relative;
            padding: 10px;
            font-family: Montserrat;
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            line-height: 20px;
        }
        
        .header-maintext a::after {
            content: "";
            border-bottom: 2px solid #00A3FF;
            position: absolute;
            top: 5px;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: 1s;
        }
        
        .header-maintext a:hover {
            color: #00a3ff;
        }
        
        .header-maintext a:hover::after {
            opacity: 1;
        }
        /* 
    .header-maintext i{
    color: #FFFFFF;
    text-align: center;
    font-size: 24px;
    width: 40px;
    
    
    
    
    } */
        
        .header-mainimg {
            width: 40%;
            height: 90%;
            display: flex;
            align-items: flex-end;
            justify-content: flex-end;
        }
        /* header main end code */
        /* ads start code */
        
        .ads-container {
            width: 100%;
            display: flex;
            flex-direction: column;
            position: relative;
            margin-top: 50px;
        }
        
        .ads-content {
            width: 100%;
            height: 577px;
            display: flex;
            margin: 0 auto;
            align-items: center;
            justify-content: space-between;
            position: relative;
        }
        
        .ads-yazi {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            z-index: 3;
        }
        
        .ads-img {
            width: 65%;
            height: 500px;
            position: absolute;
            top: 5%;
            right: -8%;
        }
        
        .ads-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .ads-yazi h2 {
            font-family: Montserrat;
            font-style: normal;
            font-weight: 600;
            font-size: 35px;
            line-height: 50px;
            /* or 143% */
            display: flex;
            align-items: center;
            color: #ffffff;
        }
        
        .ads-yazi .sari {
            font-style: normal;
            font-weight: 600;
            font-size: 20px;
            line-height: 103.9%;
            /* identical to box height, or 21px */
            color: #fbb226;
        }
        
        .ads-yazi p {
            font-style: normal;
            font-weight: 500;
            font-size: 20px;
            line-height: 30px;
            /* or 150% */
            color: #ffffff;
            margin-top: 30px;
        }
        /* form20 start code */
        
        .form20-container {
            width: 100%;
            display: flex;
            margin-top: 20px;
        }
        
        .form20content {
            width: 100%;
            display: flex;
        }
        
        .form20content #form20-open {
            width: 220px;
            height: 60px;
            background: #181828;
            border: 2px solid #fbb226;
            box-sizing: border-box;
            cursor: pointer;
            color: #ffffff;
            margin-top: 30px;
            text-transform: uppercase;
            font-size: 18px;
        }
        
        .form20content #form20-open:hover {
            background: #fbb226;
        }
        /* form20 end code */
        /* ads end code */
        /* ads reklam start code */
        
        .ads-reklam-container {
            width: 100%;
            display: flex;
            flex-direction: column;
            margin: 130px auto 0 auto;
            position: relative;
        }
        
        .ads-reklam-baslik {
            width: 100%;
            display: flex;
            flex-direction: column;
            margin: 0 auto;
        }
        
        .ads-reklam-baslik h2 {
            font-style: normal;
            font-weight: 600;
            font-size: 35px;
            line-height: 43px;
            color: #ffffff;
        }
        
        .ads-reklam-baslik p {
            font-style: normal;
            font-weight: 600;
            font-size: 18px;
            line-height: 22px;
            color: #fbb226;
            margin-top: 15px;
        }
        
        .ads-reklam-content {
            width: 100%;
            margin: 45px auto;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        
        .ads-reklam-box {
            width: 48.5%;
            height: 264px;
            background: #181828;
            border: 2px solid #ffffff;
            box-sizing: border-box;
            display: flex;
            margin-bottom: 30px;
        }
        
        .box-number {
            display: flex;
            align-items: flex-start;
            margin: 40px;
        }
        
        .box-number img {
            width: 38px;
            height: 59px;
        }
        
        .box-text {
            display: flex;
            flex-direction: column;
            margin: 40px;
            margin-left: 0;
        }
        
        .box-text h2 {
            font-style: normal;
            font-weight: 600;
            font-size: 20px;
            line-height: 24px;
            color: #ffffff;
            margin-bottom: 15px;
        }
        
        .box-text li {
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 23px;
            /* or 164% */
            letter-spacing: 0.02em;
            color: #ffffff;
            list-style: disc;
        }
        
        .ads-text2 {
            width: 100%;
            margin-top: 57px;
        }
        
        .ads-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .ads-text2 h2 {
            font-style: normal;
            font-weight: 600;
            font-size: 30px;
            line-height: 103.9%;
            /* or 31px */
            display: flex;
            align-items: center;
            color: #ffffff;
        }
        /* form5 start code */
        
        .form5-container {
            width: 100%;
            display: flex;
            margin-top: 43px;
            position: relative;
        }
        
        .form5content {
            width: 100%;
            display: flex;
        }
        
        .form5content #form5-open {
            width: 390px;
            height: 60px;
            border: 2px solid #fbb226;
            box-sizing: border-box;
            background: #181828;
            cursor: pointer;
            color: #ffffff;
            text-transform: uppercase;
        }
        
        .form5content #form5-open:hover {
            background: #fbb226;
        }
        /* form5 end code */
        /* adsreklam end code */
        /* ads reklam2 start code */
        
        .adsreklam2-container {
            width: 100%;
            display: flex;
            flex-direction: column;
            margin-top: 217px;
            position: relative;
        }
        
        .adsreklam2-content {
            width: 100%;
            max-width: 100%;
            display: flex;
            flex-wrap: wrap;
        }
        
        .adsreklam2-text {
            width: 100%;
            display: flex;
            flex-direction: column;
            margin-bottom: 30px;
        }
        
        .adsreklam2-text h2 {
            font-style: normal;
            font-weight: 600;
            font-size: 35px;
            line-height: 43px;
            color: #ffffff;
        }
        
        .adsreklam2-text p {
            font-style: normal;
            font-weight: 600;
            font-size: 18px;
            line-height: 22px;
            color: #fbb226;
            margin-top: 8px;
        }
        
        .adsreklam2-content .box-container {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        
        .adsreklam2-box {
            width: 32%;
            height: 97px;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            margin-bottom: 20px;
        }
        
        .adsreklam2-boxtext {
            padding-left: 15px;
        }
        
        .adsreklam2-imgyellow {
            width: 97px;
            height: 97px;
        }
        
        .adsreklam2-imgblue {
            width: 97px;
            height: 97px;
        }
        
        .adsreklam2-imgyellow img {
            width: 100%;
            height: 100%;
        }
        
        .adsreklam2-imgblue img {
            width: 100%;
            height: 100%;
        }
        
        .adsreklam2-boxtext {
            width: 232px;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }
        
        .adsreklam2-boxtext p {
            font-family: Montserrat;
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 20px;
            letter-spacing: 0.02em;
            color: #ffffff;
            list-style-type: disc;
        }
        
        .adsreklam2-text2 {
            width: 100%;
            margin-top: 80px;
        }
        
        .adsreklam2-text2 p {
            font-family: Montserrat;
            font-style: normal;
            font-weight: bold;
            font-size: 30px;
            line-height: 103.9%;
            /* or 31px */
            display: flex;
            align-items: center;
            color: #ffffff;
            margin: 20px 0px;
        }
        /* form6 start code */
        
        .form6-container {
            width: 100%;
            height: 100%;
            display: flex;
            margin-top: 42px;
            position: relative;
            z-index: 5;
        }
        
        .form6content {
            width: 100%;
            display: flex;
        }
        
        .form6content #form6-open {
            width: 390px;
            height: 60px;
            border: 2px solid #fbb226;
            box-sizing: border-box;
            background: #181828;
            color: #ffffff;
            text-transform: uppercase;
        }
        
        .form6content #form6-open:hover {
            background: #fbb226;
        }
        /* form6 end code */
        /* ads reklam2 end code */
        /* stage start code */
        
        .stage-container {
            width: 100%;
            display: flex;
            margin-top: 223px;
            position: relative;
        }
        
        .stage-content {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin: 0 auto;
            flex-wrap: wrap;
        }
        
        .stage-head {
            width: 100%;
            margin-bottom: 50px;
        }
        
        .stage-head h2 {
            font-family: Montserrat;
            font-style: normal;
            font-weight: bold;
            font-size: 35px;
            line-height: 43px;
            color: #ffffff;
        }
        
        .stagebox-container {
            width: 32%;
            height: 309px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: #25253e;
            margin-bottom: 30px;
        }
        
        .stagebox-container:hover {
            border: 2px solid #fbb226;
            z-index: 3;
        }
        
        .stage-box {
            width: 100%;
            height: 309px;
            display: flex;
            align-items: flex-start;
            justify-content: space-evenly;
            margin: 0px 0px 15px 0px;
            box-sizing: border-box;
            flex-direction: column;
            padding: 20px;
        }
        
        .span-mobil {
            display: none;
        }
        
        .stage-box span {
            width: 265px;
            font-style: normal;
            font-weight: 600;
            font-size: 20px;
            line-height: 24px;
            color: #ffffff;
        }
        
        .stage-box p {
            width: 257px;
            font-family: Montserrat;
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 20px;
            /* or 143% */
            letter-spacing: 0.02em;
            color: #ffffff;
        }
        /* form7 start code */
        
        .form7-container {
            width: 100%;
            display: flex;
            margin-top: 42px;
            position: relative;
        }
        
        .form7content {
            width: 100%;
            display: flex;
        }
        
        .form7content #form7-open {
            width: 390px;
            height: 60px;
            border: 2px solid #fbb226;
            box-sizing: border-box;
            background: #181828;
            font-style: normal;
            font-weight: 500;
            font-size: 17px;
            line-height: 18px;
            display: flex;
            align-items: center;
            text-align: center;
            justify-content: center;
            text-transform: uppercase;
            color: #ffffff;
            cursor: pointer;
        }
        
        .form7content #form7-open:hover {
            background: #fbb226;
        }
        /* form7 end code */
        /* stage end code */
        /* ads certificate start code */
        
        .adscertificate-container {
            width: 100%;
            display: flex;
            flex-direction: column;
            margin-top: 207px;
        }
        
        .adscertificate-content {
            width: 100%;
            display: flex;
            margin: 0 auto;
            flex-direction: column;
        }
        
        .certificate-text {
            display: flex;
            flex-direction: column;
            width: 100%;
            margin-bottom: 72px;
        }
        
        .certificate-text h2 {
            font-family: Montserrat;
            font-style: normal;
            font-weight: 600;
            font-size: 35px;
            line-height: 43px;
            color: #ffffff;
        }
        
        .certificate-img {
            width: 100%;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-start;
        }
        
        .certificate-img .yandex-img {
            width: 336.1px;
            height: 46.38px;
        }
        
        .certificate-img .google-img {
            width: 133px;
            height: 52.22px;
            margin-left: 52px;
        }
        /* ads certificate end code */
        /* description start code */
        
        .description-container {
            width: 100vw;
            height: 600px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            background: url(../img/description.svg);
            background-size: cover;
            background-attachment: fixed;
            background-position: center center;
            background-repeat: no-repeat;
            margin-top: 80px;
            position: relative;
            z-index: 1;
        }
        
        .description-content {
            width: 100%;
            height: 100%;
            max-width: 60%;
            display: flex;
            flex-direction: column;
            margin: 0 auto;
            align-items: center;
            justify-content: center;
            z-index: 1;
        }
        
        .description-text {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
            margin: auto 0;
        }
        
        .description-text h2 {
            width: 671px;
            height: 43px;
            font-family: Montserrat;
            font-style: normal;
            font-weight: 600;
            font-size: 35px;
            line-height: 43px;
            color: #ffffff;
            margin-bottom: 23px;
        }
        
        .description-text p {
            width: 100%;
            height: 150px;
            font-family: Montserrat;
            font-style: normal;
            font-weight: normal;
            font-size: 20px;
            line-height: 30px;
            color: #ffffff;
        }
        /* descrition end code */
        /* liste start code */
        
        .list-container {
            width: 100%;
            display: flex;
            flex-direction: column;
            margin-top: 87px;
            position: relative;
        }
        
        .list-content {
            width: 100%;
            margin: 0 auto;
            display: flex;
            align-items: flex-start;
            justify-content: space-around;
            flex-direction: column;
        }
        
        .list-open1,
        .list-open2,
        .list-open3,
        .list-open4,
        .list-open5,
        .list-open6 {
            width: 100%;
            display: flex;
            border: 2px solid #711f7e;
            box-sizing: border-box;
            justify-content: space-between;
            align-items: center;
            padding: 15px;
            margin-top: 20px;
        }
        
        .list-open {
            cursor: pointer;
        }
        
        .list-open1,
        .list-open2,
        .list-open3,
        .list-open4,
        .list-open5,
        .list-open6 {
            font-family: Montserrat;
            font-style: normal;
            font-weight: bold;
            font-size: 20px;
            line-height: 24px;
            color: #ffffff;
            background: #181828;
            z-index: 3;
        }
        /* liste text start code */
        
        .list-text-modal1,
        .list-text-modal2,
        .list-text-modal3,
        .list-text-modal4,
        .list-text-modal5,
        .list-text-modal6,
        .list-text-modal,
        .list-text-modal7,
        .list-text-modal8,
        .list-text-modal9,
        .list-text-modal10,
        .list-text-modal11,
        .list-text-modal12,
        .list-text-modal13,
        .list-text-modal14,
        .list-text-modal15
       {
            width: 100%;
            display: none;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            border: 2px solid #711f7e;
            padding: 30px;
            background: #25253e;
            position: relative;
            margin-top: 20px;
        }
        
        .list-close {
            cursor: pointer;
            width: 50px;
            height: 50px;
            position: absolute;
            top: 10px;
            right: 10px;
            z-index: 2;
        }
        
        .list-text-item {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: space-between;
        }
        
        .list-text-item h2 {
            font-family: Montserrat;
            font-style: normal;
            font-weight: bold;
            font-size: 20px;
            line-height: 24px;
            color: #ffffff;
            margin: 15px 0px;
        }
        
        .list-text-item p {
            font-family: Montserrat;
            font-style: normal;
            font-weight: normal;
            font-size: 20px;
            line-height: 30px;
            color: #ffffff;
            margin-top: 15px;
        }

        .list-text-item > ul,
        .list-text-item > ul > li {
            font-family: Montserrat;
            font-style: normal;
            font-weight: normal;
            font-size: 20px;
            line-height: 30px;
            color: #ffffff;
            margin-top: 15px;
        }
        /* liste text end code */
        /* lıste end code */
        
        .contack-sosyal {
            display: none;
        }
        /* form3 start code */
        
        .form3-container {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            position: relative;
            z-index: 3;
            margin-top: 224px;
            margin-bottom: 185px;
        }
        
        .form3-content {
            width: 100%;
            display: flex;
            margin: 0 auto;
        }
        
        .form3-item {
            width: 100%;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-around;
            padding: 36px;
            background: #711f7e;
        }
        
        .form3-item span {
            font-style: normal;
            font-weight: 600;
            font-size: 30px;
            line-height: 37px;
            display: flex;
            align-items: center;
            color: #ffffff;
        }
        
        .form3-item #form3-open {
            width: 220px;
            height: 60px;
            font-size: 14px;
            border: none;
            cursor: pointer;
            background: transparent;
            font-style: normal;
            font-weight: 500;
            font-size: 18px;
            line-height: 19px;
            color: #ffffff;
            border: 2px solid #ffffff;
        }
        
        #form3-open:hover {
            color: #ffffff;
            background: #fbb226;
        }
        /* form3 end code */
        /* VECTOR START CODE */
        /* ads vector start */
        
        .ads-vector1 {
            position: absolute;
            width: 224px;
            height: 224px;
            top: 5%;
            left: -26%;
            z-index: -1;
        }
        /* ads vector end code */
        /* adsreklam vector start */
        
        .ads-reklam-vector {
            position: absolute;
            width: 603.49px;
            height: 123px;
            top: -17%;
            left: -40%;
            z-index: -1;
        }
        /*  ads vector end */
        /* ads reklam2 vector start */
        
        .ads-reklam2-vector {
            position: absolute;
            width: 214.62px;
            height: 214px;
            top: -30%;
            left: 90%;
            z-index: -1;
        }
        /*  ads reklam2 vector end */
        /* stage vector start */
        
        .stage-vector1 {
            position: absolute;
            width: 196px;
            height: 196px;
            top: -23%;
            left: 90%;
            z-index: -1;
        }
        
        .stage-vector2 {
            position: absolute;
            width: 376px;
            height: 376px;
            top: 37%;
            left: -20%;
            z-index: -1;
        }
        
        .stage-vector3 {
            position: absolute;
            width: 295px;
            height: 295px;
            top: 87%;
            left: 87%;
            z-index: -1;
        }
        
        .stage-vector4 {
            position: absolute;
            width: 179.32px;
            height: 179.32px;
            top: 105%;
            right: -16%;
            z-index: -1;
        }
        /*  stage vector end */
        /*description vector start code  */
        
        .description-vector {
            position: absolute;
            width: 214.62px;
            height: 214px;
            top: 85%;
            left: 15%;
            z-index: -1;
        }
        /* description vector end code */
        /* service vector start */
        
        .service-vector {
            position: absolute;
            width: 603.49px;
            height: 123px;
            top: -30%;
            left: -43%;
            z-index: -1;
        }
        /* service vector end */
        /* form3 vectorr start */
        
        .form3-vectorr {
            position: absolute;
            width: 214.62px;
            height: 214px;
            top: 20%;
            right: -10%;
            z-index: -1;
        }
        /*  form3-vectorr */
        /* VECTOR END CODE */
        
        @media screen and (min-width: 2200px) {
            section {
                max-width: 65%;
                width: 100%;
            }
            /* ads start code */
            .ads-container {
                width: 100%;
                display: flex;
                flex-direction: column;
                position: relative;
                margin-top: 50px;
            }
            .ads-content {
                width: 100%;
                height: 650px;
                display: flex;
                margin: 0 auto;
                align-items: center;
                justify-content: space-between;
                position: relative;
            }
            .ads-yazi {
                width: 100%;
                height: 100%;
                display: flex;
                flex-direction: column;
                justify-content: center;
                z-index: 3;
                position: absolute;
                top: 0px;
            }
            .ads-img {
                width: 65%;
                height: 650px;
                position: absolute;
                top: 5%;
                right: -5%;
            }
            .ads-img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            .ads-yazi h2 {
                font-family: Montserrat;
                font-style: normal;
                font-weight: 600;
                font-size: 38px;
                line-height: 50px;
                /* or 143% */
                display: flex;
                align-items: center;
                color: #ffffff;
            }
            .ads-yazi .sari {
                font-style: normal;
                font-weight: 600;
                font-size: 24px;
                line-height: 103.9%;
                /* identical to box height, or 21px */
                color: #fbb226;
            }
            .ads-yazi p {
                font-style: normal;
                font-weight: 500;
                font-size: 24px;
                line-height: 30px;
                /* or 150% */
                color: #ffffff;
                margin-top: 30px;
            }
            .form4content #form4-open {
                width: 280px;
                height: 60px;
                background: #181828;
                border: 2px solid #fbb226;
                box-sizing: border-box;
                cursor: pointer;
                color: #ffffff;
                margin-top: 30px;
                text-transform: uppercase;
            }
            /* ads end code */
            /* ads reklam start code */
            .ads-reklam-container {
                width: 100%;
                display: flex;
                flex-direction: column;
                margin: 130px auto 0 auto;
                position: relative;
            }
            .ads-reklam-baslik {
                width: 100%;
                display: flex;
                flex-direction: column;
                margin: 0 auto;
            }
            .ads-reklam-baslik h2 {
                font-style: normal;
                font-weight: 600;
                font-size: 40px;
                line-height: 43px;
                color: #ffffff;
            }
            .ads-reklam-baslik p {
                font-style: normal;
                font-weight: 600;
                font-size: 18px;
                line-height: 26px;
                color: #fbb226;
                margin-top: 15px;
            }
            .ads-reklam-content {
                width: 100%;
                margin: 45px auto;
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
            }
            .ads-reklam-box {
                width: 48.5%;
                height: 264px;
                background: #181828;
                border: 2px solid #ffffff;
                box-sizing: border-box;
                display: flex;
                margin-bottom: 30px;
            }
            .box-number {
                display: flex;
                align-items: flex-start;
                margin: 40px;
            }
            .box-number img {
                width: 38px;
                height: 59px;
            }
            .box-text {
                display: flex;
                flex-direction: column;
                margin: 40px;
                margin-left: 0;
            }
            .box-text h2 {
                font-style: normal;
                font-weight: 600;
                font-size: 24px;
                line-height: 24px;
                color: #ffffff;
                margin-bottom: 15px;
            }
            .box-text li {
                font-style: normal;
                font-weight: 500;
                font-size: 16px;
                line-height: 23px;
                /* or 164% */
                letter-spacing: 0.02em;
                color: #ffffff;
                list-style: disc;
            }
            .ads-text2 {
                width: 100%;
                margin-top: 57px;
            }
            .ads-text2 h2 {
                font-style: normal;
                font-weight: 600;
                font-size: 35px;
                line-height: 103.9%;
                /* or 31px */
                display: flex;
                align-items: center;
                color: #ffffff;
            }
            /* form5 start code */
            .form5-container {
                width: 100%;
                display: flex;
                margin-top: 43px;
                position: relative;
            }
            .form5content {
                width: 100%;
                display: flex;
            }
            .form5content #form5-open {
                width: 390px;
                height: 70px;
                border: 2px solid #fbb226;
                box-sizing: border-box;
                background: #181828;
                cursor: pointer;
                color: #ffffff;
                text-transform: uppercase;
            }
            /* ads reklam end code */
            /* ads reklam2 start code */
            .adsreklam2-text {
                width: 100%;
                display: flex;
                flex-direction: column;
                margin-bottom: 40px;
            }
            .adsreklam2-text h2 {
                font-style: normal;
                font-weight: 600;
                font-size: 45px;
                line-height: 43px;
                color: #ffffff;
            }
            .adsreklam2-text p {
                font-style: normal;
                font-weight: 600;
                font-size: 18px;
                line-height: 26px;
                color: #fbb226;
                margin-top: 8px;
            }
            .adsreklam2-content .box-container {
                width: 100%;
                display: flex;
                justify-content: space-between;
                align-items: center;
                flex-wrap: wrap;
            }
            .adsreklam2-box {
                width: 32%;
                height: 97px;
                display: flex;
                margin-bottom: 20px;
                justify-content: flex-start;
                align-items: flex-start;
            }
            .adsreklam2-boxtext {
                padding-left: 15px;
            }
            .adsreklam2-imgyellow {
                width: 97px;
                height: 97px;
            }
            .adsreklam2-imgblue {
                width: 97px;
                height: 97px;
            }
            .adsreklam2-imgyellow img {
                width: 100%;
                height: 100%;
            }
            .adsreklam2-imgblue img {
                width: 100%;
                height: 100%;
            }
            .adsreklam2-boxtext {
                width: 300px;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: flex-start;
            }
            .adsreklam2-boxtext p {
                font-family: Montserrat;
                font-style: normal;
                font-weight: 500;
                font-size: 17px;
                line-height: 20px;
                letter-spacing: 0.02em;
                color: #ffffff;
                list-style-type: disc;
            }
            .adsreklam2-text2 {
                width: 100%;
                margin-top: 80px;
            }
            .adsreklam2-text2 p {
                font-family: Montserrat;
                font-style: normal;
                font-weight: bold;
                font-size: 35px;
                line-height: 103.9%;
                /* or 31px */
                display: flex;
                align-items: center;
                color: #ffffff;
                margin: 20px 0px;
            }
            /* form6 start code */
            .form6-container {
                width: 100%;
                height: 100%;
                display: flex;
                margin-top: 42px;
                position: relative;
                z-index: 5;
            }
            .form6content {
                width: 100%;
                display: flex;
            }
            .form6content #form6-open {
                width: 390px;
                height: 70px;
                border: 2px solid #fbb226;
                box-sizing: border-box;
                background: #181828;
                color: #ffffff;
                text-transform: uppercase;
            }
            /* ads reklam2 end code */
            /* stage start code */
            .stage-head h2 {
                font-family: Montserrat;
                font-style: normal;
                font-weight: bold;
                font-size: 45px;
                line-height: 43px;
                color: #ffffff;
            }
            .stagebox-container {
                width: 32%;
                height: 350px;
                display: flex;
                justify-content: space-between;
                align-items: center;
                background: #25253e;
                margin-bottom: 30px;
            }
            .stagebox-container:hover {
                border: 2px solid #fbb226;
                z-index: 3;
            }
            .stage-box {
                width: 100%;
                height: 100%;
                display: flex;
                align-items: flex-start;
                justify-content: space-evenly;
                margin: 0px 0px 15px 0px;
                box-sizing: border-box;
                flex-direction: column;
                padding: 20px;
            }
            .stage-box span {
                width: 300px;
                font-style: normal;
                font-weight: 600;
                font-size: 24px;
                line-height: 24px;
                color: #ffffff;
            }
            .stage-box p {
                width: 300px;
                font-family: Montserrat;
                font-style: normal;
                font-weight: 500;
                font-size: 18px;
                line-height: 20px;
                /* or 143% */
                letter-spacing: 0.02em;
                color: #ffffff;
            }
            /* form7 start code */
            .form7content #form7-open {
                width: 390px;
                height: 70px;
                border: 2px solid #fbb226;
                box-sizing: border-box;
                background: #181828;
                font-style: normal;
                font-weight: 500;
                font-size: 17px;
                line-height: 18px;
                display: flex;
                align-items: center;
                text-align: center;
                justify-content: center;
                text-transform: uppercase;
                color: #ffffff;
                cursor: pointer;
            }
            /* stage end code */
            /* ads certificate start code */
            .certificate-text h2 {
                font-family: Montserrat;
                font-style: normal;
                font-weight: 600;
                font-size: 45px;
                line-height: 43px;
                color: #ffffff;
            }
            .certificate-img .yandex-img {
                width: 360px;
                height: 70px;
            }
            .certificate-img .google-img {
                width: 150px;
                height: 70px;
                margin-left: 52px;
            }
            /* ads certificate end code */
            /* description start code */
            .description-container {
                width: 100vw;
                height: 800px;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                background: url(../img/description.svg);
                background-size: cover;
                background-attachment: fixed;
                background-position: center center;
                background-repeat: no-repeat;
                margin-top: 80px;
                position: relative;
                z-index: 1;
            }
            .description-content {
                width: 100%;
                height: 100%;
                max-width: 65%;
                display: flex;
                flex-direction: column;
                margin: 0 auto;
                align-items: center;
                justify-content: center;
            }
            .description-text {
                width: 100%;
                height: 100%;
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                justify-content: center;
                margin: auto 0;
            }
            .description-text h2 {
                width: 900px;
                height: 55px;
                font-family: Montserrat;
                font-style: normal;
                font-weight: 600;
                font-size: 45px;
                line-height: 43px;
                color: #ffffff;
                margin-bottom: 23px;
            }
            .description-text p {
                width: 100%;
                height: 250px;
                font-family: Montserrat;
                font-style: normal;
                font-weight: normal;
                font-size: 20px;
                line-height: 30px;
                color: #ffffff;
            }
            /* descrition end code */
            /* liste start code */
            .list-open1,
            .list-open2,
            .list-open3,
            .list-open4,
            .list-open5,
            .list-open6 {
                width: 100%;
                display: flex;
                border: 2px solid #711f7e;
                box-sizing: border-box;
                justify-content: space-between;
                align-items: center;
                padding: 15px;
                margin-top: 30px;
            }
            .list-open {
                cursor: pointer;
            }
            .list-open1,
            .list-open2,
            .list-open3,
            .list-open4,
            .list-open5,
            .list-open6 {
                font-family: Montserrat;
                font-style: normal;
                font-weight: bold;
                font-size: 20px;
                line-height: 24px;
                color: #ffffff;
                background: #181828;
                z-index: 3;
            }
            /* liste text start code */
            .list-text-modal1,
            .list-text-modal2,
            .list-text-modal3,
            .list-text-modal4,
            .list-text-modal5,
            .list-text-modal6,
            .list-text-modal,
            .list-text-modal7,
            .list-text-modal8,
            .list-text-modal9,
            .list-text-modal10,
            .list-text-modal11,
            .list-text-modal12,
            .list-text-modal13,
            .list-text-modal14,
            .list-text-modal15 {
                width: 100%;
                display: none;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                border: 2px solid #711f7e;
                padding: 30px;
                background: #25253e;
                position: relative;
                margin-top: 30px;
            }
            .list-close {
                cursor: pointer;
                width: 6px;
                height: 60px;
                position: absolute;
                top: 10px;
                right: 10px;
            }
            .list-text-item {
                width: 100%;
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                justify-content: space-between;
            }
            .list-text-item h2 {
                font-family: Montserrat;
                font-style: normal;
                font-weight: bold;
                font-size: 25px;
                line-height: 24px;
                color: #ffffff;
                margin: 15px 0px;
            }
            .list-text-item p {
                font-family: Montserrat;
                font-style: normal;
                font-weight: normal;
                font-size: 25px;
                line-height: 30px;
                color: #ffffff;
                margin-top: 15px;
            }
            /* liste text end code */
            /* lıste end code */
            /* stage vector start */
            .stage-vector1 {
                position: absolute;
                width: 196px;
                height: 196px;
                top: -23%;
                left: 90%;
            }
            .stage-vector2 {
                position: absolute;
                width: 250px;
                height: 250px;
                top: 37%;
                left: -10%;
            }
            .stage-vector3 {
                position: absolute;
                width: 250px;
                height: 250px;
                top: 87%;
                left: 90%;
            }
            .stage-vector4 {
                position: absolute;
                width: 150px;
                height: 150px;
                top: 102%;
                right: -10%;
            }
            /*  stage vector end */
        }
        
        @media screen and (max-width: 1720px) {
            section {
                max-width: 65%;
            }
            .header-maincontent {
                max-width: 65%;
            }
            /* ads start code */
            .ads-container {
                width: 100%;
                display: flex;
                flex-direction: column;
                position: relative;
                margin-top: 50px;
            }
            .ads-content {
                width: 100%;
                height: 577px;
                display: flex;
                margin: 0 auto;
                align-items: center;
                justify-content: space-between;
                position: relative;
            }
            .ads-yazi {
                width: 100%;
                height: 100%;
                display: flex;
                flex-direction: column;
                justify-content: center;
                z-index: 3;
            }
            .ads-img {
                width: 65%;
                height: 550px;
                position: absolute;
                top: 8%;
                right: -5%;
            }
            .ads-img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            .ads-yazi h2 {
                font-family: Montserrat;
                font-style: normal;
                font-weight: 600;
                font-size: 30px;
                line-height: 40px;
                /* or 143% */
                display: flex;
                align-items: center;
                color: #ffffff;
            }
            .ads-yazi .sari {
                font-style: normal;
                font-weight: 600;
                font-size: 18px;
                line-height: 19px;
                /* identical to box height, or 21px */
                color: #fbb226;
            }
            .ads-yazi p {
                font-style: normal;
                font-weight: 500;
                font-size: 16px;
                line-height: 20px;
                /* or 150% */
                color: #ffffff;
                margin-top: 30px;
            }
            .description-content {
                max-width: 65%;
            }
            /* ads reklam start code */
            .ads-reklam-container {
                width: 100%;
                display: flex;
                flex-direction: column;
                margin: 130px auto 0 auto;
                position: relative;
            }
            .ads-reklam-baslik {
                width: 100%;
                display: flex;
                flex-direction: column;
                margin: 0 auto;
            }
            .ads-reklam-baslik h2 {
                font-style: normal;
                font-weight: 600;
                font-size: 35px;
                line-height: 43px;
                color: #ffffff;
            }
            .ads-reklam-baslik p {
                font-style: normal;
                font-weight: 600;
                font-size: 18px;
                line-height: 22px;
                color: #fbb226;
                margin-top: 15px;
            }
            .ads-reklam-content {
                width: 100%;
                margin: 45px auto;
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
            }
            .ads-reklam-box {
                width: 48.5%;
                height: 264px;
                background: #181828;
                border: 2px solid #ffffff;
                box-sizing: border-box;
                display: flex;
                margin-bottom: 30px;
            }
            .box-number {
                display: flex;
                align-items: flex-start;
                margin: 40px 20px 0 20px;
            }
            .box-text {
                display: flex;
                flex-direction: column;
                margin: 30px;
                margin-left: 0;
            }
            .box-text h2 {
                font-style: normal;
                font-weight: 600;
                font-size: 20px;
                line-height: 24px;
                color: #ffffff;
                margin-bottom: 15px;
            }
            .box-text li {
                font-style: normal;
                font-weight: 500;
                font-size: 14px;
                line-height: 23px;
                /* or 164% */
                letter-spacing: 0.02em;
                color: #ffffff;
                list-style: disc;
            }
            .ads-text2 {
                width: 100%;
                margin-top: 57px;
            }
            .ads-text2 h2 {
                font-style: normal;
                font-weight: 600;
                font-size: 30px;
                line-height: 103.9%;
                /* or 31px */
                display: flex;
                align-items: center;
                color: #ffffff;
            }
            /* VECTOR START CODE */
            /* ads vector start */
            .ads-vector1 {
                position: absolute;
                width: 140px;
                height: 140px;
                top: 5%;
                left: -12%;
            }
            /* ads vector end code */
            /* adsreklam vector start */
            .ads-reklam-vector {
                position: absolute;
                width: 500px;
                height: 123px;
                top: -17%;
                left: -25%;
            }
            /*  ads vector end */
            /* ads reklam2 vector start */
            .ads-reklam2-vector {
                position: absolute;
                width: 214.62px;
                height: 214px;
                top: -30%;
                left: 90%;
            }
            /*  ads reklam2 vector end */
            /* stage vector start */
            .stage-vector1 {
                position: absolute;
                width: 196px;
                height: 196px;
                top: -23%;
                left: 90%;
            }
            .stage-vector2 {
                position: absolute;
                width: 250px;
                height: 250px;
                top: 37%;
                left: -10%;
            }
            .stage-vector3 {
                position: absolute;
                width: 250px;
                height: 250px;
                top: 87%;
                left: 90%;
            }
            .stage-vector4 {
                position: absolute;
                width: 150px;
                height: 150px;
                top: 102%;
                right: -10%;
            }
            /*  stage vector end */
            /*description vector start code  */
            .description-vector {
                position: absolute;
                width: 214.62px;
                height: 214px;
                top: 85%;
                left: 15%;
            }
            /* description vector end code */
            /* service vector start */
            .service-vector {
                position: absolute;
                width: 500px;
                height: 123px;
                top: -30%;
                left: -25%;
            }
            /* service vector end */
            /* form3 vectorr start */
            .form3-vectorr {
                position: absolute;
                width: 180px;
                height: 180px;
                top: 20%;
                right: -10%;
                z-index: -1;
            }
            /*  form3-vectorr */
            /* VECTOR END CODE */
            @media screen and (max-width: 1600px) {
                .ads-img {
                    width: 78%;
                    height: 577px;
                    position: absolute;
                    top: 5%;
                    right: -15%;
                }
            }
        }
        
        @media screen and (max-width: 1500px) {
            section {
                width: 100%;
                max-width: 75%;
                display: flex;
                flex-direction: column;
                margin: 0 auto;
                align-items: center;
                justify-content: center;
            }
            .header-maincontainer {
                width: 100vw;
                height: 400px;
                display: flex;
                flex-direction: column;
                background: url(../img/poster2.svg);
                background-size: cover;
                background-repeat: no-repeat;
                align-items: center;
                justify-content: center;
                margin-top: -90px;
            }
            .header-maincontent {
                width: 100%;
                height: 100%;
                max-width: 75%;
                display: flex;
                padding-bottom: 15px;
                justify-content: space-between;
                align-items: center;
                margin: 0 auto;
            }
            .box-number {
                display: flex;
                align-items: flex-start;
                margin: 20px;
            }
            .box-text {
                display: flex;
                flex-direction: column;
                margin: 30px;
                margin-left: 0;
            }
            .ads-img {
                width: 65%;
                height: 450px;
                position: absolute;
                top: 8%;
                right: -5%;
            }
            .ads-yazi h2 {
                font-family: Montserrat;
                font-style: normal;
                font-weight: 600;
                font-size: 28px;
                line-height: 40px;
                /* or 143% */
                display: flex;
                align-items: center;
                color: #ffffff;
            }
            .ads-yazi .sari {
                font-style: normal;
                font-weight: 600;
                font-size: 18px;
                line-height: 103.9%;
                /* identical to box height, or 21px */
                color: #fbb226;
            }
            .ads-yazi p {
                font-style: normal;
                font-weight: 500;
                font-size: 17px;
                line-height: 30px;
                /* or 150% */
                color: #ffffff;
                margin-top: 30px;
            }
            .description-content {
                max-width: 75%;
            }
            .description-text h2 {
                width: 671px;
                height: 43px;
                font-family: Montserrat;
                font-style: normal;
                font-weight: 600;
                font-size: 30px;
                line-height: 43px;
                color: #ffffff;
                margin-bottom: 23px;
            }
            .description-text p {
                width: 100%;
                height: 150px;
                font-family: Montserrat;
                font-style: normal;
                font-weight: normal;
                font-size: 18px;
                line-height: 25px;
                color: #ffffff;
            }
            /* stage vector start */
            .stage-vector1 {
                position: absolute;
                width: 196px;
                height: 196px;
                top: -23%;
                left: 90%;
            }
            .stage-vector2 {
                position: absolute;
                width: 250px;
                height: 250px;
                top: 37%;
                left: -10%;
            }
            .stage-vector3 {
                position: absolute;
                width: 220px;
                height: 220px;
                top: 87%;
                left: 90%;
            }
            .stage-vector4 {
                position: absolute;
                width: 130px;
                height: 130px;
                top: 101%;
                right: -12%;
            }
            /*  stage vector end */
        }
        
        @media screen and (max-width: 1350px) {
            section {
                max-width: 80%;
            }
            .header-maincontent {
                width: 100%;
                height: 100%;
                max-width: 80%;
            }
            .description-content {
                max-width: 80%;
            }
            /* VECTOR START CODE */
            /* ads vector start */
            .ads-vector1 {
                position: absolute;
                width: 120px;
                height: 120px;
                top: 0;
                left: -12%;
            }
            /* ads vector end code */
            /* adsreklam vector start */
            .ads-reklam-vector {
                position: absolute;
                width: 400px;
                height: 90px;
                top: -17%;
                left: -25%;
            }
            /*  ads vector end */
            /* ads reklam2 vector start */
            .ads-reklam2-vector {
                position: absolute;
                width: 185px;
                height: 185px;
                top: -30%;
                left: 90%;
            }
            /*  ads reklam2 vector end */
            /* stage vector start */
            .stage-vector1 {
                position: absolute;
                width: 175px;
                height: 175px;
                top: -23%;
                left: 90%;
            }
            .stage-vector2 {
                position: absolute;
                width: 220px;
                height: 220px;
                top: 37%;
                left: -10%;
            }
            .stage-vector3 {
                position: absolute;
                width: 220px;
                height: 220px;
                top: 87%;
                left: 90%;
            }
            .stage-vector4 {
                position: absolute;
                width: 130px;
                height: 130px;
                top: 100%;
                right: -11%;
            }
            /*  stage vector end */
            /*description vector start code  */
            .description-vector {
                position: absolute;
                width: 195px;
                height: 195px;
                top: 89%;
                left: 3%;
            }
            /* description vector end code */
            /* service vector start */
            .service-vector {
                position: absolute;
                width: 400px;
                height: 95px;
                top: -28%;
                left: -25%;
            }
            /* service vector end */
            /* form3 vectorr start */
            .form3-vectorr {
                position: absolute;
                width: 150px;
                height: 150px;
                top: 20%;
                right: -10%;
                z-index: -1;
            }
            /*  form3-vectorr */
            /* VECTOR END CODE */
        }
        
        @media screen and (max-width: 1275px) {
            section {
                max-width: 80%;
            }
            .page-up {
                left: 92%;
            }
            .description-content {
                max-width: 80%;
            }
            /* ads start code */
            .ads-container {
                width: 100%;
                display: flex;
                flex-direction: column;
                position: relative;
                margin-top: 50px;
            }
            .ads-content {
                width: 100%;
                height: 450px;
                display: flex;
                margin: 0 auto;
                align-items: center;
                justify-content: space-between;
                position: relative;
            }
            .ads-yazi {
                width: 100%;
                height: 100%;
                display: flex;
                flex-direction: column;
                justify-content: center;
                z-index: 3;
                position: absolute;
                top: 0px;
            }
            .ads-img {
                width: 65%;
                height: 400px;
                position: absolute;
                top: 0%;
                right: -5%;
            }
            .ads-img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            .ads-yazi h2 {
                font-style: normal;
                font-weight: 600;
                font-size: 25px;
                line-height: 40px;
                display: flex;
                align-items: center;
                color: #FFFFFF;
            }
            .ads-yazi .sari {
                font-style: normal;
                font-weight: 500;
                font-size: 16px;
                line-height: 19px;
                color: #fbb226;
            }
            .ads-yazi p {
                font-style: normal;
                font-weight: 500;
                font-size: 16px;
                line-height: 22px;
                /* or 150% */
                color: #ffffff;
                margin-top: 30px;
            }
            .form20content #form20-open {
                width: 220px;
                height: 60px;
                background: #181828;
                border: 2px solid #fbb226;
                box-sizing: border-box;
                cursor: pointer;
                color: #ffffff;
                margin-top: 30px;
                text-transform: uppercase;
                font-size: 15px;
            }
            /* ads end code */
            /* ads reklam start code */
            .ads-reklam-container {
                width: 100%;
                display: flex;
                flex-direction: column;
                margin: 130px auto 0 auto;
                position: relative;
            }
            .ads-reklam-baslik {
                width: 100%;
                display: flex;
                flex-direction: column;
                margin: 0 auto;
            }
            .ads-reklam-baslik h2 {
                font-style: normal;
                font-weight: 600;
                font-size: 30px;
                line-height: 35px;
                color: #ffffff;
            }
            .ads-reklam-baslik p {
                font-style: normal;
                font-weight: 600;
                font-size: 16px;
                line-height: 19px;
                color: #fbb226;
                margin-top: 15px;
            }
            .ads-reklam-content {
                width: 100%;
                margin: 45px auto;
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
            }
            .ads-reklam-box {
                width: 48.5%;
                height: 264px;
                background: #181828;
                border: 2px solid #ffffff;
                box-sizing: border-box;
                display: flex;
                margin-bottom: 30px;
                align-items: center;
            }
            .box-number {
                display: flex;
                align-items: flex-start;
                margin: 20px;
            }
            .box-text {
                display: flex;
                flex-direction: column;
                margin: 0px;
            }
            .box-text h2 {
                font-style: normal;
                font-weight: 600;
                font-size: 18px;
                line-height: 20px;
                color: #ffffff;
                margin-bottom: 15px;
            }
            .box-text li {
                font-style: normal;
                font-weight: 500;
                font-size: 14px;
                line-height: 20px;
                /* or 164% */
                letter-spacing: 0.02em;
                color: #ffffff;
                list-style: disc;
            }
            .ads-text2 {
                width: 100%;
                margin-top: 57px;
            }
            .ads-text2 h2 {
                font-style: normal;
                font-weight: 500;
                font-size: 30px;
                line-height: 28px;
                display: flex;
                align-items: center;
                color: #ffffff;
            }
            .form5content #form5-open {
                width: 390px;
                height: 60px;
                border: 2px solid #fbb226;
                box-sizing: border-box;
                background: #181828;
                cursor: pointer;
                font-style: normal;
                font-weight: 500;
                font-size: 15px;
                line-height: 16px;
                align-items: center;
                text-align: center;
                text-transform: uppercase;
                color: #FFFFFF;
            }
            /* ads reklam2 start code */
            .adsreklam2-container {
                width: 100%;
                display: flex;
                flex-direction: column;
                margin-top: 217px;
                position: relative;
            }
            .adsreklam2-content {
                width: 100%;
                max-width: 100%;
                display: flex;
                margin: 0 auto;
                flex-wrap: wrap;
            }
            .adsreklam2-text {
                width: 100%;
                display: flex;
                flex-direction: column;
                margin-bottom: 30px;
            }
            .adsreklam2-text h2 {
                font-style: normal;
                font-weight: 500;
                font-size: 30px;
                line-height: 35px;
                color: #ffffff;
            }
            .adsreklam2-text p {
                font-style: normal;
                font-weight: 600;
                font-size: 15px;
                line-height: 19px;
                color: #fbb226;
                margin-top: 8px;
            }
            .adsreklam2-imgyellow {
                width: 97px;
                height: 97px;
            }
            .adsreklam2-imgblue {
                width: 97px;
                height: 97px;
            }
            .adsreklam2-imgyellow img {
                width: 100%;
                height: 100%;
            }
            .adsreklam2-imgblue img {
                width: 100%;
                height: 100%;
            }
            .adsreklam2-boxtext {
                width: 232px;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: flex-start;
            }
            .adsreklam2-boxtext p {
                font-family: Montserrat;
                font-style: normal;
                font-weight: 500;
                font-size: 14px;
                line-height: 20px;
                letter-spacing: 0.02em;
                color: #ffffff;
                list-style-type: disc;
            }
            .adsreklam2-text2 {
                width: 100%;
                margin-top: 80px;
            }
            .adsreklam2-text2 p {
                font-family: Montserrat;
                font-style: normal;
                font-weight: bold;
                font-size: 25px;
                line-height: 28px;
                /* or 31px */
                display: flex;
                align-items: center;
                color: #ffffff;
                margin: 20px 0px;
            }
            /* form6 start code */
            .form6-container {
                width: 100%;
                height: 100%;
                display: flex;
                margin-top: 42px;
                position: relative;
                z-index: 5;
            }
            .form6content {
                width: 100%;
                display: flex;
            }
            .form6content #form6-open {
                width: 390px;
                height: 60px;
                border: 2px solid #fbb226;
                box-sizing: border-box;
                background: #181828;
                font-style: normal;
                font-weight: 500;
                font-size: 15px;
                line-height: 16px;
                align-items: center;
                text-align: center;
                text-transform: uppercase;
                color: #FFFFFF;
            }
            /* stage start code */
            .stage-box span {
                width: 265px;
                font-style: normal;
                font-weight: 600;
                font-size: 16px;
                line-height: 20px;
                color: #ffffff;
            }
            .stage-box p {
                width: 257px;
                font-family: Montserrat;
                font-style: normal;
                font-weight: 500;
                font-size: 14px;
                line-height: 20px;
                /* or 143% */
                letter-spacing: 0.02em;
                color: #ffffff;
            }
            .form7content #form7-open {
                width: 390px;
                height: 60px;
                border: 2px solid #fbb226;
                box-sizing: border-box;
                background: #181828;
                font-style: normal;
                font-weight: 500;
                font-size: 15px;
                line-height: 15px;
                display: flex;
                align-items: center;
                text-align: center;
                justify-content: center;
                text-transform: uppercase;
                color: #ffffff;
                cursor: pointer;
            }
            /* stage end code */
            /* ads certificate start code */
            .certificate-text h2 {
                font-family: Montserrat;
                font-style: normal;
                font-weight: 600;
                font-size: 25px;
                line-height: 35px;
                color: #ffffff;
            }
            .certificate-img .yandex-img {
                width: 300px;
                height: 46.38px;
            }
            .certificate-img .google-img {
                width: 100px;
                height: 52.22px;
                margin-left: 52px;
            }
            /* ads certificate end code */
            /* description start code */
            .description-text h2 {
                width: 671px;
                height: 43px;
                font-family: Montserrat;
                font-style: normal;
                font-weight: 600;
                font-size: 25px;
                line-height: 35px;
                color: #ffffff;
                margin-bottom: 23px;
            }
            .description-text p {
                width: 100%;
                height: 150px;
                font-family: Montserrat;
                font-style: normal;
                font-weight: normal;
                font-size: 16px;
                line-height: 21px;
                color: #ffffff;
            }
            /* descrition end code */
            /* liste start code */
            .list-open1,
            .list-open2,
            .list-open3,
            .list-open4,
            .list-open5,
            .list-open6 {
                font-family: Montserrat;
                font-style: normal;
                font-weight: 500;
                font-size: 16px;
                line-height: 19px;
                color: #ffffff;
                background: #181828;
                z-index: 3;
            }
            .list-text-item h2 {
                font-family: Montserrat;
                font-style: normal;
                font-weight: bold;
                font-size: 16px;
                line-height: 19px;
                color: #ffffff;
                margin: 15px 0px;
            }
            .list-text-item p {
                font-family: Montserrat;
                font-style: normal;
                font-weight: normal;
                font-size: 15px;
                line-height: 18px;
                color: #ffffff;
                margin-top: 15px;
            }
            
        .list-text-item > ul,
        .list-text-item > ul > li {
            font-family: Montserrat;
            font-style: normal;
            font-weight: normal;
            font-size: 15px;
            line-height: 18px;
            color: #ffffff;
            margin-top: 15px;
        }
            /* form3 start code */
            .form3-container {
                width: 100%;
                height: 100px;
                align-items: center;
                justify-content: flex-start;
                position: relative;
                z-index: 3;
                margin-top: 200px;
                margin-bottom: 100px;
            }
            .form3-content {
                width: 100%;
                display: flex;
                margin: 0 auto;
            }
            .form3-item {
                width: 100%;
                height: 100%;
                margin: 0 auto;
                display: flex;
                align-items: center;
                justify-content: space-around;
                padding: 0px;
                background: #711f7e;
            }
            .form3-item span {
                font-style: normal;
                font-weight: 600;
                font-size: 22px;
                line-height: 37px;
                display: flex;
                align-items: center;
                color: #ffffff;
            }
            .form3-item #form3-open {
                width: 170px;
                height: 45px;
                border: none;
                cursor: pointer;
                background: transparent;
                font-style: normal;
                font-weight: 500;
                font-size: 14px;
                line-height: 19px;
                color: #ffffff;
                border: 2px solid #ffffff;
            }
            .tagcontent a {
                width: 16%;
            }
            /* form3 end code */
            /* VECTOR START CODE */
            /* ads vector start */
            .ads-vector1 {
                position: absolute;
                width: 100px;
                height: 100px;
                top: -5%;
                left: -3%;
            }
            /* ads vector end code */
            /* adsreklam vector start */
            .ads-reklam-vector {
                position: absolute;
                width: 400px;
                height: 90px;
                top: -17%;
                left: -25%;
            }
            /*  ads vector end */
            /* ads reklam2 vector start */
            .ads-reklam2-vector {
                position: absolute;
                width: 185px;
                height: 185px;
                top: -30%;
                left: 85%;
            }
            /*  ads reklam2 vector end */
            /* stage vector start */
            .stage-vector1 {
                position: absolute;
                width: 140px;
                height: 140px;
                top: -23%;
                left: 87%;
            }
            .stage-vector2 {
                position: absolute;
                width: 130px;
                height: 130px;
                top: 37%;
                left: -5%;
            }
            .stage-vector3 {
                position: absolute;
                width: 130px;
                height: 130px;
                top: 87%;
                left: 88%;
            }
            .stage-vector4 {
                position: absolute;
                width: 75px;
                height: 75px;
                top: 95%;
                right: 0%;
            }
            /*  stage vector end */
            /*description vector start code  */
            .description-vector {
                position: absolute;
                width: 160px;
                height: 160px;
                top: 89%;
                left: 3%;
            }
            /* description vector end code */
            /* service vector start */
            .service-vector {
                position: absolute;
                width: 300px;
                height: 95px;
                top: -28%;
                left: -18%;
            }
            /* service vector end */
            /* form3 vectorr start */
            .form3-vectorr {
                position: absolute;
                width: 120px;
                height: 120px;
                top: 30%;
                right: -6%;
                z-index: -1;
            }
            /*  form3-vectorr */
            /* VECTOR END CODE */
        }
        
        @media screen and (max-width: 1050px) {
            section {
                max-width: 85%;
            }
            .navbar {
                display: none;
            }
            .contacktel {
                display: none;
            }
            .main-vector {
                display: none;
            }
            .navbar.sticky {
                display: none;
            }
            .contack-sosyal {
                display: flex;
            }
            .sosial {
                display: none;
            }
            /* VECTOR START CODE */
            /* ads vector start */
            .ads-vector1 {
                display: none;
            }
            /* ads vector end code */
            /* adsreklam vector start */
            .ads-reklam-vector {
                display: none;
            }
            /*  ads vector end */
            /* ads reklam2 vector start */
            .ads-reklam2-vector {
                display: none;
            }
            /*  ads reklam2 vector end */
            /* stage vector start */
            .stage-vector1 {
                display: none;
            }
            .stage-vector2 {
                display: none;
            }
            .stage-vector3 {
                display: none;
            }
            .stage-vector4 {
                display: none;
            }
            /*  stage vector end */
            /*description vector start code  */
            .description-vector {
                display: none;
            }
            /* description vector end code */
            /* service vector start */
            .service-vector {
                display: none;
            }
            /* service vector end */
            /* form3 vectorr start */
            .form3-vectorr {
                display: none;
            }
            /*  form3-vectorr */
            /* VECTOR END CODE */
            .header-bas {
                width: 100%;
                height: 40%;
                display: flex;
            }
            .header-maintext h2 {
                font-family: Montserrat;
                font-style: normal;
                font-weight: 600;
                font-size: 45px;
                line-height: 40px;
                /* or 123% */
                display: flex;
                align-items: center;
                color: #ffffff;
            }
            .header-maintext a {
                color: #ffffff;
                position: relative;
                padding: 10px;
                font-family: Montserrat;
                font-style: normal;
                font-weight: 500;
                font-size: 13px;
                line-height: 20px;
            }
            .header-mainimg img {
                width: 72.94px;
                height: 80px;
            }
            /* ads start code */
            .ads-content {
                width: 100%;
                height: 400px;
                display: flex;
                margin: 0 auto;
                align-items: center;
                justify-content: space-between;
                position: relative;
            }
            .ads-img {
                width: 70%;
                height: 390px;
                position: absolute;
                top: 8%;
                right: -5%;
            }
            .ads-yazi h2 {
                font-style: normal;
                font-weight: 600;
                font-size: 20px;
                line-height: 25px;
                display: flex;
                align-items: center;
                color: #FFFFFF;
            }
            .ads-yazi .sari {
                font-style: normal;
                font-weight: 500;
                font-size: 14px;
                line-height: 15px;
                color: #fbb226;
                margin-top: 10px;
            }
            .ads-yazi p {
                font-style: normal;
                font-weight: 500;
                font-size: 13px;
                line-height: 16px;
                /* or 150% */
                color: #ffffff;
                margin-top: 10px;
            }
            .form20content #form20-open {
                width: 30%;
                height: 40px;
                background: #181828;
                border: 2px solid #fbb226;
                box-sizing: border-box;
                cursor: pointer;
                color: #ffffff;
                margin-top: 30px;
                text-transform: uppercase;
                font-size: 13px;
            }
            /* ads end code */
            /* ads reklam start code */
            .ads-reklam-container {
                width: 100%;
                display: flex;
                flex-direction: column;
                margin: 80px auto 0 auto;
                position: relative;
            }
            .ads-reklam-baslik h2 {
                font-style: normal;
                font-weight: 600;
                font-size: 20px;
                line-height: 25px;
                color: #ffffff;
            }
            .ads-reklam-baslik p {
                font-style: normal;
                font-weight: 500;
                font-size: 13px;
                line-height: 19px;
                color: #fbb226;
                margin-top: 15px;
            }
            .ads-reklam-content {
                width: 100%;
                margin: 30px auto;
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
            }
            .ads-reklam-box {
                width: 48.5%;
                height: 264px;
                background: #181828;
                border: 1px solid #ffffff;
                box-sizing: border-box;
                display: flex;
                margin-bottom: 30px;
                align-items: center;
                padding-right: 10px;
            }
            .box-text h2 {
                font-style: normal;
                font-weight: 500;
                font-size: 15px;
                line-height: 18px;
                color: #FFFFFF;
                margin-bottom: 15px;
            }
            .box-text li {
                font-style: normal;
                font-weight: 400;
                font-size: 12px;
                line-height: 17px;
                /* or 142% */
                color: #FFFFFF;
                list-style: disc;
            }
            .ads-text2 {
                width: 100%;
                margin-top: 57px;
            }
            .ads-text2 h2 {
                font-style: normal;
                font-weight: 500;
                font-size: 25px;
                line-height: 20px;
                display: flex;
                align-items: center;
                color: #ffffff;
            }
            .form5content #form5-open {
                width: 40%;
                height: 40px;
                border: 2px solid #fbb226;
                box-sizing: border-box;
                background: #181828;
                cursor: pointer;
                font-style: normal;
                font-weight: 500;
                font-size: 13px;
                line-height: 16px;
                align-items: center;
                text-align: center;
                text-transform: uppercase;
                color: #FFFFFF;
            }
            /* ads reklam2 start code */
            .adsreklam2-container {
                width: 100%;
                display: flex;
                flex-direction: column;
                margin-top: 100px;
                position: relative;
            }
            .adsreklam2-text h2 {
                font-style: normal;
                font-weight: 500;
                font-size: 25px;
                line-height: 30px;
                color: #ffffff;
            }
            .adsreklam2-text p {
                font-style: normal;
                font-weight: 500;
                font-size: 14px;
                line-height: 19px;
                color: #fbb226;
                margin-top: 8px;
            }
            .adsreklam2-boxtext p {
                font-family: Montserrat;
                font-style: normal;
                font-weight: 500;
                font-size: 14px;
                line-height: 20px;
                letter-spacing: 0.02em;
                color: #ffffff;
                list-style-type: disc;
            }
            .adsreklam2-text2 {
                width: 100%;
                margin-top: 40px;
            }
            .adsreklam2-text2 p {
                font-family: Montserrat;
                font-style: normal;
                font-weight: bold;
                font-size: 25px;
                line-height: 28px;
                /* or 31px */
                display: flex;
                align-items: center;
                color: #ffffff;
                margin: 20px 0px;
            }
            /* form6 start code */
            .form6-container {
                width: 100%;
                height: 100%;
                display: flex;
                margin-top: 20px;
                position: relative;
                z-index: 5;
            }
            .form6content {
                width: 100%;
                display: flex;
            }
            .form6content #form6-open {
                width: 40%;
                height: 45px;
                border: 2px solid #fbb226;
                box-sizing: border-box;
                background: #181828;
                font-style: normal;
                font-weight: 500;
                font-size: 15px;
                line-height: 16px;
                align-items: center;
                text-align: center;
                text-transform: uppercase;
                color: #FFFFFF;
            }
            /* stage start code */
            .stage-container {
                margin-top: 100px;
            }
            .stage-head h2 {
                font-family: Montserrat;
                font-style: normal;
                font-weight: bold;
                font-size: 25px;
                line-height: 43px;
                color: #ffffff;
            }
            .stage-box span {
                width: 265px;
                font-style: normal;
                font-weight: 500;
                font-size: 16px;
                line-height: 20px;
                color: #ffffff;
            }
            .stage-box p {
                width: 100%;
                font-family: Montserrat;
                font-style: normal;
                font-weight: 500;
                font-size: 12px;
                line-height: 20px;
                /* or 143% */
                letter-spacing: 0.02em;
                color: #ffffff;
            }
            .form7content #form7-open {
                width: 40%;
                height: 45px;
                border: 2px solid #fbb226;
                box-sizing: border-box;
                background: #181828;
                font-style: normal;
                font-weight: 500;
                font-size: 14px;
                line-height: 15px;
                display: flex;
                align-items: center;
                text-align: center;
                justify-content: center;
                text-transform: uppercase;
                color: #ffffff;
                cursor: pointer;
            }
            /* stage end code */
            /* ads certificate start code */
            .adscertificate-container {
                margin-top: 80px;
            }
            .certificate-text h2 {
                font-family: Montserrat;
                font-style: normal;
                font-weight: 600;
                font-size: 25px;
                line-height: 35px;
                color: #ffffff;
            }
            .certificate-img .yandex-img {
                width: 300px;
                height: 46.38px;
            }
            .certificate-img .google-img {
                width: 100px;
                height: 52.22px;
                margin-left: 52px;
            }
            /* ads certificate end code */
            /* description start code */
            .description-text h2 {
                width: 671px;
                height: 43px;
                font-family: Montserrat;
                font-style: normal;
                font-weight: 500;
                font-size: 20px;
                line-height: 35px;
                color: #ffffff;
                margin-bottom: 23px;
            }
            .description-text p {
                width: 100%;
                height: 150px;
                font-family: Montserrat;
                font-style: normal;
                font-weight: normal;
                font-size: 14px;
                line-height: 18px;
                color: #ffffff;
            }
            /* descrition end code */
            /* liste start code */
            .list-open1,
            .list-open2,
            .list-open3,
            .list-open4,
            .list-open5,
            .list-open6 {
                font-family: Montserrat;
                font-style: normal;
                font-weight: 500;
                font-size: 14px;
                line-height: 19px;
                color: #ffffff;
                background: #181828;
                z-index: 3;
                padding: 8px;
            }
            .list-text-item h2 {
                font-family: Montserrat;
                font-style: normal;
                font-weight: 500;
                font-size: 15px;
                line-height: 19px;
                color: #ffffff;
                margin: 15px 0px;
            }
            .list-text-item p {
                font-family: Montserrat;
                font-style: normal;
                font-weight: normal;
                font-size: 14px;
                line-height: 16px;
                color: #ffffff;
                margin-top: 15px;
            }
            .list-text-item > ul,
            .list-text-item > ul > li{
                font-family: Montserrat;
                font-style: normal;
                font-weight: normal;
                font-size: 14px;
                line-height: 16px;
                color: #ffffff;
                margin-top: 15px;
            }
        }
        
        @media screen and (max-width: 880px) {
            .header-maincontainer {
                width: 100vw;
                height: 300px;
                margin-top: 0px;
            }
            .header-maincontent {
                width: 100%;
                height: 100%;
                max-width: 85%;
                display: flex;
                padding-bottom: 15px;
                margin: 0 auto;
                justify-content: space-around;
            }
            .header-maintext {
                width: 100%;
                height: 100%;
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                justify-content: flex-end;
                z-index: 1;
            }
            .header-bas {
                width: 100%;
                height: 50%;
                display: flex;
                align-items: center;
            }
            .header-maintext h2 {
                font-style: normal;
                font-weight: 600;
                font-size: 30px;
                line-height: 40px;
                /* or 123% */
                display: flex;
                align-items: center;
                color: #ffffff;
            }
            .header-maintext a {
                color: #ffffff;
                position: relative;
                padding: 10px;
                font-family: Montserrat;
                font-style: normal;
                font-weight: 500;
                font-size: 12px;
                line-height: 20px;
            }
            .next-back img {
                width: 20px;
            }
            .header-mainimg img {
                width: 50px;
                height: 50x;
            }
            /* ads start code */
            .ads-container {
                height: 500px;
                position: relative;
                margin-top: 0;
            }
            .ads-content {
                width: 100%;
                height: 100%;
                display: flex;
                margin: 0 auto;
                align-items: center;
                justify-content: space-between;
                position: relative;
            }
            .ads-img {
                width: 70%;
                height: 390px;
                position: absolute;
                top: 15%;
                right: -8%;
            }
            .ads-yazi {
                width: 100%;
                height: 100%;
                display: flex;
                flex-direction: column;
                justify-content: center;
                z-index: 3;
                position: absolute;
                top: -8%;
            }
            .ads-yazi h2 {
                font-style: normal;
                font-weight: 600;
                font-size: 20px;
                line-height: 25px;
                display: flex;
                align-items: center;
                color: #FFFFFF;
            }
            .ads-yazi .sari {
                font-style: normal;
                font-weight: 500;
                font-size: 14px;
                line-height: 15px;
                color: #fbb226;
                margin-top: 10px;
            }
            .ads-yazi p {
                font-style: normal;
                font-weight: 500;
                font-size: 13px;
                line-height: 16px;
                /* or 150% */
                color: #ffffff;
                margin-top: 10px;
            }
            .form20content #form20-open {
                width: 30%;
                height: 40px;
                background: #181828;
                border: 2px solid #fbb226;
                box-sizing: border-box;
                cursor: pointer;
                color: #ffffff;
                margin-top: 30px;
                text-transform: uppercase;
                font-size: 13px;
            }
            /* ads end code */
            /* ads reklam start code */
            .ads-reklam-container {
                width: 100%;
                display: flex;
                flex-direction: column;
                margin: 80px auto 0 auto;
                position: relative;
            }
            .ads-reklam-baslik h2 {
                font-style: normal;
                font-weight: 600;
                font-size: 20px;
                line-height: 25px;
                color: #ffffff;
            }
            .ads-reklam-baslik p {
                font-style: normal;
                font-weight: 500;
                font-size: 13px;
                line-height: 19px;
                color: #fbb226;
                margin-top: 15px;
            }
            .ads-reklam-content {
                width: 100%;
                margin: 30px auto;
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
            }
            .ads-reklam-box {
                width: 48.5%;
                height: 264px;
                background: #181828;
                border: 1px solid #ffffff;
                box-sizing: border-box;
                display: flex;
                margin-bottom: 30px;
                align-items: center;
                padding-right: 10px;
            }
            .box-text h2 {
                font-style: normal;
                font-weight: 500;
                font-size: 15px;
                line-height: 18px;
                color: #FFFFFF;
                margin-bottom: 15px;
            }
            .box-text li {
                font-style: normal;
                font-weight: 400;
                font-size: 12px;
                line-height: 17px;
                /* or 142% */
                color: #FFFFFF;
                list-style: disc;
            }
            .ads-text2 {
                width: 100%;
                margin-top: 57px;
            }
            .ads-text2 h2 {
                font-style: normal;
                font-weight: 500;
                font-size: 25px;
                line-height: 20px;
                display: flex;
                align-items: center;
                color: #ffffff;
            }
            .form5content #form5-open {
                width: 40%;
                height: 40px;
                border: 2px solid #fbb226;
                box-sizing: border-box;
                background: #181828;
                cursor: pointer;
                font-style: normal;
                font-weight: 500;
                font-size: 13px;
                line-height: 16px;
                align-items: center;
                text-align: center;
                text-transform: uppercase;
                color: #FFFFFF;
            }
            /* ads reklam2 start code */
            .adsreklam2-container {
                width: 100%;
                display: flex;
                flex-direction: column;
                margin-top: 100px;
                position: relative;
            }
            .adsreklam2-text h2 {
                font-style: normal;
                font-weight: 500;
                font-size: 25px;
                line-height: 30px;
                color: #ffffff;
            }
            .adsreklam2-text p {
                font-style: normal;
                font-weight: 500;
                font-size: 14px;
                line-height: 19px;
                color: #fbb226;
                margin-top: 8px;
            }
            .adsreklam2-boxtext p {
                font-family: Montserrat;
                font-style: normal;
                font-weight: 500;
                font-size: 14px;
                line-height: 20px;
                letter-spacing: 0.02em;
                color: #ffffff;
                list-style-type: disc;
            }
            .adsreklam2-text2 {
                width: 100%;
                margin-top: 40px;
            }
            .adsreklam2-text2 p {
                font-family: Montserrat;
                font-style: normal;
                font-weight: bold;
                font-size: 25px;
                line-height: 28px;
                /* or 31px */
                display: flex;
                align-items: center;
                color: #ffffff;
                margin: 20px 0px;
            }
            /* form6 start code */
            .form6-container {
                width: 100%;
                height: 100%;
                display: flex;
                margin-top: 20px;
                position: relative;
                z-index: 5;
            }
            .form6content {
                width: 100%;
                display: flex;
            }
            .form6content #form6-open {
                width: 40%;
                height: 45px;
                border: 2px solid #fbb226;
                box-sizing: border-box;
                background: #181828;
                font-style: normal;
                font-weight: 500;
                font-size: 15px;
                line-height: 16px;
                align-items: center;
                text-align: center;
                text-transform: uppercase;
                color: #FFFFFF;
            }
            /* stage start code */
            .stage-container {
                margin-top: 100px;
            }
            .stage-head h2 {
                font-family: Montserrat;
                font-style: normal;
                font-weight: bold;
                font-size: 25px;
                line-height: 43px;
                color: #ffffff;
            }
            .stage-box span {
                width: 265px;
                font-style: normal;
                font-weight: 500;
                font-size: 16px;
                line-height: 20px;
                color: #ffffff;
            }
            .stage-box p {
                width: 100%;
                font-family: Montserrat;
                font-style: normal;
                font-weight: 500;
                font-size: 12px;
                line-height: 20px;
                /* or 143% */
                letter-spacing: 0.02em;
                color: #ffffff;
            }
            .form7content #form7-open {
                width: 40%;
                height: 45px;
                border: 2px solid #fbb226;
                box-sizing: border-box;
                background: #181828;
                font-style: normal;
                font-weight: 500;
                font-size: 14px;
                line-height: 15px;
                display: flex;
                align-items: center;
                text-align: center;
                justify-content: center;
                text-transform: uppercase;
                color: #ffffff;
                cursor: pointer;
            }
            /* stage end code */
            /* ads certificate start code */
            .adscertificate-container {
                margin-top: 80px;
            }
            .certificate-text h2 {
                font-family: Montserrat;
                font-style: normal;
                font-weight: 600;
                font-size: 25px;
                line-height: 35px;
                color: #ffffff;
            }
            .certificate-img .yandex-img {
                width: 300px;
                height: 46.38px;
            }
            .certificate-img .google-img {
                width: 100px;
                height: 52.22px;
                margin-left: 52px;
            }
            /* ads certificate end code */
            /* description start code */
            .description-text h2 {
                width: 671px;
                height: 43px;
                font-family: Montserrat;
                font-style: normal;
                font-weight: 500;
                font-size: 20px;
                line-height: 35px;
                color: #ffffff;
                margin-bottom: 23px;
            }
            .description-text p {
                width: 100%;
                height: 150px;
                font-family: Montserrat;
                font-style: normal;
                font-weight: normal;
                font-size: 14px;
                line-height: 18px;
                color: #ffffff;
            }
            /* descrition end code */
            /* liste start code */
            .list-open1,
            .list-open2,
            .list-open3,
            .list-open4,
            .list-open5,
            .list-open6 {
                font-family: Montserrat;
                font-style: normal;
                font-weight: 500;
                font-size: 14px;
                line-height: 19px;
                color: #ffffff;
                background: #181828;
                z-index: 3;
                padding: 8px;
            }
            .list-text-item h2 {
                font-family: Montserrat;
                font-style: normal;
                font-weight: 500;
                font-size: 15px;
                line-height: 19px;
                color: #ffffff;
                margin: 15px 0px;
            }
            .list-text-item p {
                font-family: Montserrat;
                font-style: normal;
                font-weight: normal;
                font-size: 14px;
                line-height: 16px;
                color: #ffffff;
                margin-top: 15px;
            }
            .list-text-item > ul,
            .list-text-item > ul > li{
                font-family: Montserrat;
                font-style: normal;
                font-weight: normal;
                font-size: 14px;
                line-height: 16px;
                color: #ffffff;
                margin-top: 15px;
            }
            /* form3 start code */
            .form3-container {
                width: 100%;
                height: 100px;
                align-items: center;
                justify-content: flex-start;
                position: relative;
                z-index: 3;
                margin-top: 80px;
                margin-bottom: 50px;
            }
            .form3-content {
                width: 100%;
                display: flex;
                margin: 0 auto;
            }
            .form3-item {
                width: 100%;
                height: 100%;
                margin: 0 auto;
                display: flex;
                align-items: center;
                justify-content: space-around;
                padding: 0px;
                background: #711f7e;
            }
            .form3-item span {
                font-style: normal;
                font-weight: 600;
                font-size: 18px;
                line-height: 29px;
                display: flex;
                align-items: center;
                color: #ffffff;
            }
            .form3-item #form3-open {
                width: 170px;
                height: 45px;
                border: none;
                cursor: pointer;
                background: transparent;
                font-style: normal;
                font-weight: 500;
                font-size: 12px;
                line-height: 19px;
                color: #ffffff;
                border: 2px solid #ffffff;
            }
            .tagcontent a {
                width: 16%;
                font-size: 9px;
            }
            /* form3 end code */
        }
        
        @media screen and (max-width: 768px) {
            .ads-img {
                width: 60%;
                height: 230px;
                position: absolute;
                top: 17%;
                right: -5%;
            }
            .ads-yazi h2 {
                font-style: normal;
                font-weight: 500;
                font-size: 17px;
                line-height: 20px;
                display: flex;
                align-items: center;
                color: #FFFFFF;
            }
            .ads-yazi .sari {
                font-style: normal;
                font-weight: 400;
                font-size: 12px;
                line-height: 15px;
                color: #fbb226;
                margin-top: 10px;
            }
            .ads-yazi p {
                font-style: normal;
                font-weight: 300;
                font-size: 11px;
                line-height: 16px;
                /* or 150% */
                color: #ffffff;
                margin-top: 10px;
            }
            .form20content #form20-open {
                width: 35%;
                height: 40px;
                background: #181828;
                border: 2px solid #fbb226;
                box-sizing: border-box;
                cursor: pointer;
                color: #ffffff;
                margin-top: 10px;
                text-transform: uppercase;
                font-size: 13px;
            }
            /* ads reklam start code */
            .ads-reklam-container {
                width: 100%;
                display: flex;
                flex-direction: column;
                margin: 0px auto 0 auto;
                position: relative;
            }
            .ads-reklam-baslik h2 {
                font-style: normal;
                font-weight: 500;
                font-size: 18px;
                line-height: 20px;
                color: #ffffff;
            }
            .ads-reklam-baslik p {
                font-style: normal;
                font-weight: 400;
                font-size: 12px;
                line-height: 19px;
                color: #fbb226;
                margin-top: 15px;
            }
            .ads-reklam-content {
                width: 100%;
                margin: 25px auto;
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
            }
            .ads-reklam-box {
                width: 100%;
                height: fit-content;
                background: #181828;
                border: 1px solid #ffffff;
                box-sizing: border-box;
                display: flex;
                margin-bottom: 30px;
                align-items: center;
                padding-right: 10px;
                padding: 20px;
            }
            .box-text h2 {
                font-style: normal;
                font-weight: 500;
                font-size: 17px;
                line-height: 18px;
                color: #FFFFFF;
                margin-bottom: 15px;
            }
            .box-text li {
                font-style: normal;
                font-weight: 400;
                font-size: 14px;
                line-height: 17px;
                /* or 142% */
                color: #FFFFFF;
                list-style: disc;
            }
            .ads-text2 {
                width: 100%;
                margin-top: 10px;
            }
            .ads-text2 h2 {
                font-style: normal;
                font-weight: 400;
                font-size: 20px;
                line-height: 20px;
                display: flex;
                align-items: center;
                color: #ffffff;
            }
            .form5content #form5-open {
                width: 45%;
                height: 40px;
                border: 2px solid #fbb226;
                box-sizing: border-box;
                background: #181828;
                cursor: pointer;
                font-style: normal;
                font-weight: 500;
                font-size: 13px;
                line-height: 16px;
                align-items: center;
                text-align: center;
                text-transform: uppercase;
                color: #FFFFFF;
            }
            /* ads reklam2 start code */
            .adsreklam2-container {
                width: 100%;
                display: flex;
                flex-direction: column;
                margin-top: 60px;
                position: relative;
            }
            .adsreklam2-text h2 {
                font-style: normal;
                font-weight: 400;
                font-size: 20px;
                line-height: 20px;
                color: #ffffff;
            }
            .adsreklam2-text p {
                font-style: normal;
                font-weight: 400;
                font-size: 12px;
                line-height: 19px;
                color: #fbb226;
                margin-top: 8px;
            }
            .adsreklam2-content .box-container {
                width: 100%;
                height: fit-content;
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin: 10px;
            }
            .adsreklam2-box {
                width: 32%;
                height: 97px;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            .adsreklam2-boxtext p {
                font-family: Montserrat;
                font-style: normal;
                font-weight: 400;
                font-size: 12px;
                line-height: 16px;
                letter-spacing: 0.02em;
                color: #ffffff;
                list-style-type: disc;
            }
            .adsreklam2-text2 {
                width: 100%;
                margin-top: 0px;
            }
            .adsreklam2-text2 p {
                font-family: Montserrat;
                font-style: normal;
                font-weight: 400;
                font-size: 18px;
                line-height: 20px;
                /* or 31px */
                display: flex;
                align-items: center;
                color: #ffffff;
                margin: 0px 0px;
            }
            /* form6 start code */
            .form6-container {
                width: 100%;
                height: 100%;
                display: flex;
                margin-top: 20px;
                position: relative;
                z-index: 5;
            }
            .form6content {
                width: 100%;
                display: flex;
            }
            .form6content #form6-open {
                width: 50%;
                height: 45px;
                border: 2px solid #fbb226;
                box-sizing: border-box;
                background: #181828;
                font-style: normal;
                font-weight: 500;
                font-size: 13px;
                line-height: 16px;
                align-items: center;
                text-align: center;
                text-transform: uppercase;
                color: #FFFFFF;
            }
            /* stage start code */
            .stage-container {
                margin-top: 100px;
            }
            .stage-head {
                width: 100%;
                margin-bottom: 30px;
            }
            .stage-head h2 {
                font-family: Montserrat;
                font-style: normal;
                font-weight: 500;
                font-size: 20px;
                line-height: 30px;
                color: #ffffff;
            }
            .stagebox-container {
                width: 48%;
                height: fit-content;
                display: flex;
                justify-content: space-between;
                align-items: center;
                background: #25253e;
                margin-bottom: 30px;
                border: 1px solid #fbb226;
            }
            .stagebox-container:hover {
                border: 2px solid #fbb226;
                z-index: 3;
            }
            .stage-box {
                width: 100%;
                height: 160px;
                display: flex;
                align-items: flex-start;
                justify-content: space-evenly;
                margin: 0px;
                box-sizing: border-box;
                flex-direction: column;
                padding: 20px;
            }
            .global-span {
                display: none;
            }
            .span-mobil {
                display: flex;
                width: 265px;
                font-style: normal;
                font-weight: 500;
                font-size: 16px;
                line-height: 20px;
                color: #ffffff;
                margin-bottom: 15px;
            }
            .stage-box img {
                display: none;
            }
            .stage-box p {
                width: 100%;
                font-family: Montserrat;
                font-style: normal;
                font-weight: 400;
                font-size: 12px;
                line-height: 20px;
                /* or 143% */
                letter-spacing: 0.02em;
                color: #ffffff;
            }
            .form7-container {
                margin-top: 10px;
            }
            .form7content #form7-open {
                width: 45%;
                height: 45px;
                border: 2px solid #fbb226;
                box-sizing: border-box;
                background: #181828;
                font-style: normal;
                font-weight: 500;
                font-size: 12px;
                line-height: 15px;
                display: flex;
                align-items: center;
                text-align: center;
                justify-content: center;
                text-transform: uppercase;
                color: #ffffff;
                cursor: pointer;
            }
            /* stage end code */
            /* ads certificate start code */
            .adscertificate-container {
                margin-top: 30px;
            }
            .certificate-text h2 {
                font-family: Montserrat;
                font-style: normal;
                font-weight: 500;
                font-size: 20px;
                line-height: 25px;
                color: #ffffff;
            }
            .certificate-img .yandex-img {
                width: 220px;
                height: 46.38px;
            }
            .certificate-img .google-img {
                width: 90px;
                height: 52.22px;
                margin-left: 52px;
            }
            /* ads certificate end code */
            /* description start code */
            .description-container {
                width: 100vw;
                height: 450px;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                background: url(../img/description.svg);
                background-size: cover;
                background-attachment: fixed;
                background-position: center center;
                background-repeat: no-repeat;
                margin-top: 80px;
                position: relative;
                z-index: 1;
            }
            .description-text h2 {
                width: 671px;
                height: 43px;
                font-family: Montserrat;
                font-style: normal;
                font-weight: 500;
                font-size: 20px;
                line-height: 25px;
                color: #ffffff;
                margin-bottom: 23px;
            }
            .description-text p {
                width: 100%;
                height: 150px;
                font-family: Montserrat;
                font-style: normal;
                font-weight: normal;
                font-size: 14px;
                line-height: 18px;
                color: #ffffff;
            }
            /* descrition end code */
            /* liste start code */
            .list-open1,
            .list-open2,
            .list-open3,
            .list-open4,
            .list-open5,
            .list-open6 {
                font-family: Montserrat;
                font-style: normal;
                font-weight: 500;
                font-size: 14px;
                line-height: 19px;
                color: #ffffff;
                background: #181828;
                z-index: 3;
                padding: 8px;
            }
            .list-text-item h2 {
                font-family: Montserrat;
                font-style: normal;
                font-weight: 500;
                font-size: 15px;
                line-height: 19px;
                color: #ffffff;
                margin: 15px 0px;
            }
            .list-text-item p {
                font-family: Montserrat;
                font-style: normal;
                font-weight: normal;
                font-size: 14px;
                line-height: 16px;
                color: #ffffff;
                margin-top: 15px;
            }  
            .list-text-item > ul,
            .list-text-item > ul > li{
                font-family: Montserrat;
                font-style: normal;
                font-weight: normal;
                font-size: 14px;
                line-height: 16px;
                color: #ffffff;
                margin-top: 15px;
            }
            /* form3 start code */
            .form3-container {
                width: 100%;
                height: 100px;
                align-items: center;
                justify-content: flex-start;
                position: relative;
                z-index: 3;
                margin-top: 80px;
                margin-bottom: 50px;
            }
            .form3-content {
                width: 100%;
                display: flex;
                margin: 0 auto;
            }
            .form3-item {
                width: 100%;
                height: 100%;
                margin: 0 auto;
                display: flex;
                align-items: center;
                justify-content: space-around;
                padding: 0px;
                background: #711f7e;
            }
            .form3-item span {
                font-style: normal;
                font-weight: 600;
                font-size: 18px;
                line-height: 29px;
                display: flex;
                align-items: center;
                color: #ffffff;
            }
            .form3-item #form3-open {
                width: 170px;
                height: 45px;
                border: none;
                cursor: pointer;
                background: transparent;
                font-style: normal;
                font-weight: 500;
                font-size: 12px;
                line-height: 19px;
                color: #ffffff;
                border: 2px solid #ffffff;
            }
            .tagcontent a {
                width: 16%;
                font-size: 9px;
            }
            /* form3 end code */
        }
        
        @media screen and (max-width:668px) {
            .header-maincontainer {
                width: 100vw;
                height: 200px;
            }
            .page-up {
                display: none;
            }
            .next-back {
                display: none;
            }
            .header-mainimg {
                display: none;
            }
            .ads-container {
                width: 100%;
                height: 400px;
                display: flex;
                flex-direction: column;
                position: relative;
                margin-top: 50px;
            }
            .ads-content {
                height: 400px;
                flex-wrap: wrap;
                flex-direction: column-reverse;
                position: relative;
            }
            .ads-img {
                width: 100%;
                height: 350px;
                position: absolute;
                top: 8%;
                right: 0%;
            }
            .ads-yazi {
                width: 100%;
                display: flex;
                flex-direction: column;
                justify-content: center;
                z-index: 3;
            }
            .ads-img img {
                object-fit: cover;
            }
            .ads-yazi h2 {
                font-style: normal;
                font-weight: 500;
                font-size: 17px;
                line-height: 20px;
                display: flex;
                align-items: center;
                color: #FFFFFF;
                position: absolute;
                top: 40px;
            }
            .ads-yazi .sari {
                font-style: normal;
                font-weight: 400;
                font-size: 12px;
                line-height: 15px;
                color: #fbb226;
                position: absolute;
                top: 88%;
            }
            .ads-yazi p {
                font-style: normal;
                font-weight: 300;
                font-size: 11px;
                line-height: 16px;
                /* or 150% */
                color: #ffffff;
                margin-top: 0px;
                position: absolute;
                top: 95%;
            }
            .form20content #form20-open {
                width: 35%;
                height: 40px;
                background: #181828;
                border: 2px solid #fbb226;
                box-sizing: border-box;
                cursor: pointer;
                color: #ffffff;
                margin-top: 10px;
                text-transform: uppercase;
                font-size: 13px;
                position: absolute;
                top: 115%;
            }
            /* ads reklam start code */
            .ads-reklam-container {
                width: 100%;
                display: flex;
                flex-direction: column;
                margin: 180px auto 0 auto;
                position: relative;
            }
            .ads-reklam-baslik h2 {
                font-style: normal;
                font-weight: 500;
                font-size: 18px;
                line-height: 20px;
                color: #ffffff;
            }
            .ads-reklam-baslik p {
                font-style: normal;
                font-weight: 400;
                font-size: 12px;
                line-height: 19px;
                color: #fbb226;
                margin-top: 15px;
            }
            .ads-reklam-content {
                width: 100%;
                margin: 25px auto;
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
            }
            .ads-reklam-box {
                width: 100%;
                height: fit-content;
                background: #181828;
                border: 1px solid #ffffff;
                box-sizing: border-box;
                display: flex;
                margin-bottom: 30px;
                align-items: center;
                padding-right: 10px;
                padding: 20px;
            }
            .box-text h2 {
                font-style: normal;
                font-weight: 500;
                font-size: 17px;
                line-height: 18px;
                color: #FFFFFF;
                margin-bottom: 15px;
            }
            .box-text li {
                font-style: normal;
                font-weight: 400;
                font-size: 14px;
                line-height: 17px;
                /* or 142% */
                color: #FFFFFF;
                list-style: disc;
            }
            .ads-text2 {
                width: 100%;
                margin-top: 10px;
            }
            .ads-text2 h2 {
                font-style: normal;
                font-weight: 400;
                font-size: 18px;
                line-height: 20px;
                display: flex;
                align-items: center;
                color: #ffffff;
            }
            .form5content #form5-open {
                width: 50%;
                height: 40px;
                border: 2px solid #fbb226;
                box-sizing: border-box;
                background: #181828;
                cursor: pointer;
                font-style: normal;
                font-weight: 500;
                font-size: 13px;
                line-height: 16px;
                align-items: center;
                text-align: center;
                text-transform: uppercase;
                color: #FFFFFF;
                margin: 0 auto;
                padding: 5px;
            }
            /* ads reklam2 start code */
            .adsreklam2-container {
                width: 100%;
                display: flex;
                flex-direction: column;
                margin-top: 60px;
                position: relative;
            }
            .adsreklam2-text h2 {
                font-style: normal;
                font-weight: 400;
                font-size: 20px;
                line-height: 20px;
                color: #ffffff;
            }
            .adsreklam2-text p {
                font-style: normal;
                font-weight: 400;
                font-size: 12px;
                line-height: 19px;
                color: #fbb226;
                margin-top: 8px;
            }
            .adsreklam2-content .box-container {
                width: 100%;
                height: fit-content;
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin: 10px;
            }
            .adsreklam2-box {
                width: 50%;
                height: 97px;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            .adsreklam2-boxtext p {
                font-family: Montserrat;
                font-style: normal;
                font-weight: 400;
                font-size: 12px;
                line-height: 16px;
                letter-spacing: 0.02em;
                color: #ffffff;
                list-style-type: disc;
            }
            .adsreklam2-text2 {
                width: 100%;
                margin-top: 0px;
            }
            .adsreklam2-text2 p {
                font-family: Montserrat;
                font-style: normal;
                font-weight: 400;
                font-size: 18px;
                line-height: 20px;
                /* or 31px */
                display: flex;
                align-items: center;
                color: #ffffff;
                margin: 0px 0px;
            }
            /* form6 start code */
            .form6-container {
                width: 100%;
                height: 100%;
                display: flex;
                margin-top: 20px;
                position: relative;
                z-index: 5;
            }
            .form6content {
                width: 100%;
                display: flex;
            }
            .form6content #form6-open {
                width: 50%;
                height: 45px;
                border: 2px solid #fbb226;
                box-sizing: border-box;
                background: #181828;
                font-style: normal;
                font-weight: 500;
                font-size: 13px;
                line-height: 16px;
                align-items: center;
                text-align: center;
                text-transform: uppercase;
                color: #FFFFFF;
                margin: 0 auto;
                padding: 5px;
            }
            /* stage start code */
            .stage-container {
                margin-top: 100px;
            }
            .stage-head {
                width: 100%;
                margin-bottom: 30px;
            }
            .stage-head h2 {
                font-family: Montserrat;
                font-style: normal;
                font-weight: 500;
                font-size: 20px;
                line-height: 30px;
                color: #ffffff;
            }
            .stagebox-container {
                width: 48%;
                height: fit-content;
                display: flex;
                justify-content: space-between;
                align-items: center;
                background: #25253e;
                margin-bottom: 30px;
                border: 1px solid #fbb226;
            }
            .stagebox-container:hover {
                border: 2px solid #fbb226;
                z-index: 3;
            }
            .stage-box {
                width: 100%;
                height: 160px;
                display: flex;
                align-items: flex-start;
                justify-content: space-evenly;
                margin: 0px;
                box-sizing: border-box;
                flex-direction: column;
                padding: 20px;
            }
            .global-span {
                display: none;
            }
            .span-mobil {
                display: flex;
                width: 265px;
                font-style: normal;
                font-weight: 500;
                font-size: 16px;
                line-height: 20px;
                color: #ffffff;
                margin-bottom: 15px;
            }
            .stage-box img {
                display: none;
            }
            .stage-box p {
                width: 100%;
                font-family: Montserrat;
                font-style: normal;
                font-weight: 400;
                font-size: 12px;
                line-height: 20px;
                /* or 143% */
                letter-spacing: 0.02em;
                color: #ffffff;
            }
            .form7-container {
                margin-top: 10px;
            }
            .form7content #form7-open {
                width: 50%;
                height: 45px;
                border: 2px solid #fbb226;
                box-sizing: border-box;
                background: #181828;
                font-style: normal;
                font-weight: 500;
                font-size: 12px;
                line-height: 15px;
                display: flex;
                align-items: center;
                text-align: center;
                justify-content: center;
                text-transform: uppercase;
                color: #ffffff;
                cursor: pointer;
                margin: 0 auto;
                padding: 5px;
            }
            /* stage end code */
            /* ads certificate start code */
            .adscertificate-container {
                margin-top: 100px;
            }
            .certificate-text h2 {
                font-family: Montserrat;
                font-style: normal;
                font-weight: 400;
                font-size: 18px;
                line-height: 20px;
                color: #ffffff;
            }
            .certificate-img .yandex-img {
                width: 220px;
                height: 46.38px;
            }
            .certificate-img .google-img {
                width: 90px;
                height: 52.22px;
                margin-left: 52px;
            }
            /* ads certificate end code */
            /* description start code */
            .description-container {
                width: 100vw;
                height: 450px;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                background: url(../img/description.svg);
                background-size: cover;
                background-attachment: fixed;
                background-position: center center;
                background-repeat: no-repeat;
                margin-top: 80px;
                position: relative;
                z-index: 1;
            }
            .description-text h2 {
                width: 671px;
                height: 43px;
                font-family: Montserrat;
                font-style: normal;
                font-weight: 500;
                font-size: 20px;
                line-height: 25px;
                color: #ffffff;
                margin-bottom: 23px;
            }
            .description-text p {
                width: 100%;
                height: 150px;
                font-family: Montserrat;
                font-style: normal;
                font-weight: normal;
                font-size: 14px;
                line-height: 18px;
                color: #ffffff;
            }
            /* descrition end code */
            /* liste start code */
            .list-open1,
            .list-open2,
            .list-open3,
            .list-open4,
            .list-open5,
            .list-open6 {
                font-family: Montserrat;
                font-style: normal;
                font-weight: 500;
                font-size: 14px;
                line-height: 19px;
                color: #ffffff;
                background: #181828;
                z-index: 3;
                padding: 8px;
            }
            .list-text-item h2 {
                font-family: Montserrat;
                font-style: normal;
                font-weight: 500;
                font-size: 15px;
                line-height: 19px;
                color: #ffffff;
                margin: 15px 0px;
            }
            .list-text-item p {
                font-family: Montserrat;
                font-style: normal;
                font-weight: normal;
                font-size: 14px;
                line-height: 16px;
                color: #ffffff;
                margin-top: 15px;
            }
            .list-text-item > ul,
            .list-text-item > ul > li{
                font-family: Montserrat;
                font-style: normal;
                font-weight: normal;
                font-size: 14px;
                line-height: 16px;
                color: #ffffff;
                margin-top: 15px;
            }
            /*FORM 3 START CODE  */
            .form3-container {
                display: none;
            }
            /* SOSIAL START CODE */
            .contack-sosyal {
                width: 50%;
                height: 100px;
                display: flex;
                align-items: center;
                justify-content: space-between;
                margin-top: 50px;
            }
            .wk-box {
                width: 60px;
                height: 60px;
                border: 2px solid #711f7e;
                box-sizing: border-box;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 100%;
                transition: .5s all ease;
                margin-right: 0px;
                transition: .5s all ease;
                animation-name: ani1;
                animation-duration: .5s;
                animation-iteration-count: infinite;
                animation-direction: alternate;
                transform-style: preserve-3d;
            }
            .wk-box a img {
                width: 30px;
                height: 30px;
            }
            .wk-box:hover {
                transform: scale(1.4);
            }
            .odnoclass-box {
                width: 60px;
                height: 60px;
                border: 2px solid #711f7e;
                box-sizing: border-box;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 100%;
                transition: .5s all ease;
                margin-right: 0px;
                transition: .5s all ease;
                animation-name: ani2;
                animation-duration: .5s;
                animation-iteration-count: infinite;
                animation-direction: alternate;
                transform-style: preserve-3d;
            }
            .odnoclass-box a img {
                width: 30px;
                height: 30px;
            }
            .odnoclass-box:hover {
                transform: scale(1.4);
            }
            .telegram-box {
                width: 60px;
                height: 60px;
                border: 2px solid #711f7e;
                box-sizing: border-box;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 100%;
                transition: .5s all ease;
                animation-name: ani3;
                animation-duration: .5s;
                animation-iteration-count: infinite;
                animation-direction: alternate;
                transform-style: preserve-3d;
            }
            .telegram-box a img {
                width: 30px;
                height: 30px;
            }
            .telegram-box:hover {
                transform: scale(1.4);
            }
            @keyframes ani1 {
                from {
                    border: 2px solid red;
                }
                to {
                    border: 2px solid yellow;
                }
            }
            @keyframes ani2 {
                from {
                    border: 2px solid yellow;
                }
                to {
                    border: 2px solid red;
                }
            }
            @keyframes ani3 {
                from {
                    border: 2px solid green;
                }
                to {
                    border: 2px solid #711f7e;
                }
            }
            /* SOSIAL end CODE */
        }
        /* Контекстная реклама START CODE */
        
        @media screen and (max-width:575px) {
            .header-maincontainer {
                width: 100vw;
                height: 200px;
            }
            .ads-container {
                width: 100%;
                height: 400px;
                display: flex;
                flex-direction: column;
                position: relative;
                margin-top: 100px;
            }
            .ads-content {
                height: 400px;
                flex-wrap: wrap;
                flex-direction: column-reverse;
                position: relative;
            }
            /* .ads-img {
            width: 100%;
            height: 400px;
            position: absolute;
            right: 0;
        }
        .ads-img img {
            object-fit: cover;
        } */
            .ads-yazi {
                width: 100%;
                display: flex;
                flex-direction: column;
                justify-content: center;
                z-index: 3;
            }
            .ads-yazi h2 {
                font-style: normal;
                font-weight: 500;
                font-size: 20px;
                line-height: 24px;
                display: flex;
                align-items: center;
                color: #FFFFFF;
                position: absolute;
                top: 40px;
            }
            .ads-yazi .sari {
                font-style: normal;
                font-weight: 500;
                font-size: 13px;
                line-height: 17px;
                /* or 131% */
                color: #FBB226;
                position: absolute;
                top: 83%;
            }
            .ads-yazi p {
                font-style: normal;
                font-weight: 400;
                font-size: 13px;
                line-height: 17px;
                /* or 131% */
                color: #FFFFFF;
                position: absolute;
                top: 90%;
            }
            .form20content #form20-open {
                width: 50%;
                height: 40px;
                background: #181828;
                border: 2px solid #fbb226;
                box-sizing: border-box;
                cursor: pointer;
                color: #ffffff;
                margin-top: 0;
                text-transform: uppercase;
                font-size: 13px;
                position: absolute;
                top: 120%;
                padding: 5px;
                left: 25%;
            }
            /* ads reklam start code */
            .ads-reklam-container {
                width: 100%;
                display: flex;
                flex-direction: column;
                margin: 180px auto 0 auto;
                position: relative;
            }
            .ads-reklam-baslik h2 {
                font-style: normal;
                font-weight: 500;
                font-size: 18px;
                line-height: 20px;
                color: #ffffff;
            }
            .ads-reklam-baslik p {
                font-style: normal;
                font-weight: 400;
                font-size: 12px;
                line-height: 19px;
                color: #fbb226;
                margin-top: 15px;
            }
            .ads-reklam-content {
                width: 100%;
                margin: 25px auto;
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
            }
            .ads-reklam-box {
                width: 100%;
                height: fit-content;
                background: #181828;
                border: 1px solid #ffffff;
                box-sizing: border-box;
                display: flex;
                margin-bottom: 30px;
                align-items: center;
                padding-right: 10px;
                padding: 20px;
            }
            .box-text h2 {
                font-style: normal;
                font-weight: 500;
                font-size: 17px;
                line-height: 18px;
                color: #FFFFFF;
                margin-bottom: 15px;
            }
            .box-text li {
                font-style: normal;
                font-weight: 400;
                font-size: 14px;
                line-height: 17px;
                /* or 142% */
                color: #FFFFFF;
                list-style: disc;
            }
            .ads-text2 {
                width: 100%;
                margin-top: 10px;
            }
            .ads-text2 h2 {
                font-style: normal;
                font-weight: 400;
                font-size: 18px;
                line-height: 20px;
                display: flex;
                align-items: center;
                color: #ffffff;
            }
            .form5content #form5-open {
                width: 210px;
                height: 55px;
                border: 2px solid #fbb226;
                box-sizing: border-box;
                background: #181828;
                cursor: pointer;
                font-style: normal;
                font-weight: 500;
                font-size: 13px;
                line-height: 16px;
                display: flex;
                align-items: center;
                text-align: center;
                text-transform: uppercase;
                color: #FFFFFF;
                margin: 0 auto;
                padding: 0px;
            }
            /* ads reklam2 start code */
            .adsreklam2-container {
                width: 100%;
                display: flex;
                flex-direction: column;
                margin-top: 60px;
                position: relative;
            }
            .adsreklam2-text h2 {
                font-style: normal;
                font-weight: 400;
                font-size: 20px;
                line-height: 20px;
                color: #ffffff;
            }
            .adsreklam2-text p {
                font-style: normal;
                font-weight: 400;
                font-size: 12px;
                line-height: 19px;
                color: #fbb226;
                margin-top: 8px;
            }
            .adsreklam2-content .box-container {
                width: 100%;
                height: fit-content;
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin: 10px;
            }
            .adsreklam2-box {
                width: 50%;
                height: 97px;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            .adsreklam2-boxtext p {
                font-family: Montserrat;
                font-style: normal;
                font-weight: 400;
                font-size: 12px;
                line-height: 16px;
                letter-spacing: 0.02em;
                color: #ffffff;
                list-style-type: disc;
            }
            .adsreklam2-text2 {
                width: 100%;
                margin-top: 0px;
            }
            .adsreklam2-text2 p {
                font-family: Montserrat;
                font-style: normal;
                font-weight: 400;
                font-size: 18px;
                line-height: 20px;
                /* or 31px */
                display: flex;
                align-items: center;
                color: #ffffff;
                margin: 0px 0px;
            }
            /* form6 start code */
            .form6-container {
                width: 100%;
                height: 100%;
                display: flex;
                margin-top: 20px;
                position: relative;
                z-index: 5;
            }
            .form6content {
                width: 100%;
                display: flex;
            }
            .form6content #form6-open {
                width: 210px;
                height: 55px;
                border: 2px solid #fbb226;
                box-sizing: border-box;
                background: #181828;
                font-style: normal;
                font-weight: 500;
                font-size: 13px;
                line-height: 16px;
                align-items: center;
                text-align: center;
                text-transform: uppercase;
                color: #FFFFFF;
                margin: 0 auto;
                padding: 0px;
            }
            /* stage start code */
            .stage-container {
                margin-top: 100px;
            }
            .stage-head {
                width: 100%;
                margin-bottom: 30px;
            }
            .stage-head h2 {
                font-family: Montserrat;
                font-style: normal;
                font-weight: 500;
                font-size: 20px;
                line-height: 30px;
                color: #ffffff;
            }
            .stagebox-container {
                width: 100%;
                height: fit-content;
                display: flex;
                justify-content: space-between;
                align-items: center;
                background: #25253e;
                margin-bottom: 30px;
                border: 1px solid #fbb226;
            }
            .stagebox-container:hover {
                border: 2px solid #fbb226;
                z-index: 3;
            }
            .stage-box {
                width: 100%;
                height: 160px;
                display: flex;
                align-items: flex-start;
                justify-content: space-evenly;
                margin: 0px;
                box-sizing: border-box;
                flex-direction: column;
                padding: 20px;
            }
            .stage-box .span-mobil {
                width: 100%;
                display: flex;
                width: 265px;
                font-style: normal;
                font-weight: 500;
                font-size: 16px;
                line-height: 20px;
                color: #FFFFFF;
                margin-bottom: 15px;
            }
            .stage-box img {
                display: none;
            }
            .stage-box p {
                width: 100%;
                font-family: Montserrat;
                font-style: normal;
                font-weight: 400;
                font-size: 12px;
                line-height: 20px;
                /* or 143% */
                letter-spacing: 0.02em;
                color: #ffffff;
            }
            .form7-container {
                margin-top: 10px;
            }
            .form7content #form7-open {
                width: 210px;
                height: 55px;
                border: 2px solid #fbb226;
                box-sizing: border-box;
                background: #181828;
                font-style: normal;
                font-weight: 500;
                font-size: 12px;
                line-height: 15px;
                display: flex;
                align-items: center;
                text-align: center;
                justify-content: center;
                text-transform: uppercase;
                color: #ffffff;
                cursor: pointer;
                margin: 0 auto;
                padding: 0px;
            }
            /* stage end code */
            /* ads certificate start code */
            .adscertificate-container {
                margin-top: 100px;
            }
            .certificate-text h2 {
                font-family: Montserrat;
                font-style: normal;
                font-weight: 400;
                font-size: 18px;
                line-height: 20px;
                color: #ffffff;
            }
            .certificate-img .yandex-img {
                width: 200px;
                height: 27px;
            }
            .certificate-img .google-img {
                width: 79px;
                height: 31px;
                margin-left: 10px;
            }
            /* ads certificate end code */
            /* description start code */
            .description-container {
                width: 100vw;
                height: 600px;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                background: url(../img/description.svg);
                background-size: cover;
                background-attachment: fixed;
                background-position: center center;
                background-repeat: no-repeat;
                margin-top: 80px;
                position: relative;
                z-index: 1;
            }
            .description-text h2 {
                width: 238px;
                height: 43px;
                font-family: Montserrat;
                font-style: normal;
                font-weight: 500;
                font-size: 20px;
                line-height: 25px;
                color: #ffffff;
                margin-bottom: 23px;
            }
            .description-text p {
                width: 100%;
                height: 150px;
                font-family: Montserrat;
                font-style: normal;
                font-weight: 400;
                font-size: 12px;
                line-height: 20px;
                color: #ffffff;
            }
            /* descrition end code */
            /* descrition end code */
            /* liste start code */
            .list-container {
                width: 100%;
                display: flex;
                flex-direction: column;
                margin-top: 87px;
                position: relative;
            }
            .list-content {
                width: 100%;
                margin: 0 auto;
                display: flex;
                align-items: flex-start;
                justify-content: space-around;
                flex-direction: column;
            }
            .list-open1,
            .list-open2,
            .list-open3,
            .list-open4,
            .list-open5,
            .list-open6 {
                width: 100%;
                display: flex;
                border: 2px solid #711f7e;
                box-sizing: border-box;
                justify-content: space-between;
                align-items: center;
                padding: 15px;
                margin-top: 20px;
                font-style: normal;
                font-weight: 500;
                font-size: 15px;
                line-height: 18px;
                color: #FFFFFF;
                background: #25253E;
                z-index: 3;
            }
            .list-open {
                cursor: pointer;
            }
            #list-open1,
            #list-open2,
            #list-open3,
            #list-open4,
            #list-open5,
            #list-open6,
            #list-open7,
            #list-open8,
            #list-open9,
            #list-open10,
            #list-open11,
            #list-open12,
            #list-open13,
            #list-open14,
            #list-open15
         
             {
                width: 35px;
                height: 35px;
                cursor: pointer;
            }


            #list-close1,
            #list-close2,
            #list-close3,
            #list-close4,
            #list-close5,
            #list-close6,
            #list-close7,
            #list-close8,
            #list-close9,
            #list-close10,
            #list-close11,
            #list-close12,
            #list-close13,
            #list-close14,
            #list-close15
         
             {
                width: 35px;
                height: 35px;
                cursor: pointer;
            }
            /* liste text start code */
            .list-text-modal1,
        .list-text-modal2,
        .list-text-modal3,
        .list-text-modal4,
        .list-text-modal5,
        .list-text-modal6,
        .list-text-modal,
        .list-text-modal7,
        .list-text-modal8,
        .list-text-modal9,
        .list-text-modal10,
        .list-text-modal11,
        .list-text-modal12,
        .list-text-modal13,
        .list-text-modal14,
        .list-text-modal15 {
                width: 100%;
                display: none;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                border: 2px solid #711f7e;
                padding: 30px;
                background: #25253e;
                position: relative;
                margin-top: 20px;
            }
            .list-close {
                cursor: pointer;
                width: 35px;
                height: 35px;
                position: absolute;
                top: 5px;
                right: 5px;
                z-index: 2;
            }
            .list-text-item {
                width: 100%;
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                justify-content: space-between;
            }
            .list-text-item h2 {
                font-style: normal;
                font-weight: 500;
                font-size: 15px;
                line-height: 18px;
                color: #FFFFFF;
                margin: 15px 0px;
            }
            .list-text-item p {
                font-style: normal;
                font-weight: 400;
                font-size: 12px;
                line-height: 17px;
                /* or 142% */
                color: #FFFFFF;
                margin-top: 15px;
            }  
            
            .list-text-item > ul,
            .list-text-item > ul > li{
                font-style: normal;
                font-weight: 400;
                font-size: 12px;
                line-height: 17px;
                /* or 142% */
                color: #FFFFFF;
                margin-top: 15px;
            }
            /* liste text end code */
            /* lıste end code */
            /* SOSIAL START CODE */
            .contack-sosyal {
                width: 75%;
                height: 100px;
                display: flex;
                align-items: center;
                justify-content: space-between;
                margin-top: 50px;
            }
            .wk-box {
                width: 60px;
                height: 60px;
                border: 2px solid #711f7e;
                box-sizing: border-box;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 100%;
                transition: .5s all ease;
                margin-right: 0px;
                transition: .5s all ease;
                animation-name: ani1;
                animation-duration: .5s;
                animation-iteration-count: infinite;
                animation-direction: alternate;
                transform-style: preserve-3d;
            }
            .wk-box a img {
                width: 30px;
                height: 30px;
            }
            .wk-box:hover {
                transform: scale(1.4);
            }
            .odnoclass-box {
                width: 60px;
                height: 60px;
                border: 2px solid #711f7e;
                box-sizing: border-box;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 100%;
                transition: .5s all ease;
                margin-right: 0px;
                transition: .5s all ease;
                animation-name: ani2;
                animation-duration: .5s;
                animation-iteration-count: infinite;
                animation-direction: alternate;
                transform-style: preserve-3d;
            }
            .odnoclass-box a img {
                width: 30px;
                height: 30px;
            }
            .odnoclass-box:hover {
                transform: scale(1.4);
            }
            .telegram-box {
                width: 60px;
                height: 60px;
                border: 2px solid #711f7e;
                box-sizing: border-box;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 100%;
                transition: .5s all ease;
                animation-name: ani3;
                animation-duration: .5s;
                animation-iteration-count: infinite;
                animation-direction: alternate;
                transform-style: preserve-3d;
            }
            .telegram-box a img {
                width: 30px;
                height: 30px;
            }
            .telegram-box:hover {
                transform: scale(1.4);
            }
            @keyframes ani1 {
                from {
                    border: 2px solid red;
                }
                to {
                    border: 2px solid yellow;
                }
            }
            @keyframes ani2 {
                from {
                    border: 2px solid yellow;
                }
                to {
                    border: 2px solid red;
                }
            }
            @keyframes ani3 {
                from {
                    border: 2px solid green;
                }
                to {
                    border: 2px solid #711f7e;
                }
            }
            /* SOSIAL end CODE */
        }
        
        @media screen and (max-width:442px) {
            .form20content #form20-open {
                width: 50%;
                height: 40px;
                background: #181828;
                border: 2px solid #fbb226;
                box-sizing: border-box;
                cursor: pointer;
                color: #fff;
                margin-top: 20px;
                text-transform: uppercase;
                font-size: 13px;
                position: absolute;
                padding: 5px;
                left: 25%;
            }
        }
        
        @media screen and (max-width:402px) {
            .ads-yazi h2 {
                font-style: normal;
                font-weight: 500;
                font-size: 20px;
                line-height: 20 px;
                display: flex;
                align-items: center;
                color: #FFFFFF;
                position: absolute;
                top: 15px;
            }
        }
        /* Контекстная реклама END CODE */